The R Project SVN R

Rev

Rev 59174 | Rev 59261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59174 Rev 59260
Line 201... Line 201...
201
    }
201
    }
202
    else error(_("invalid font specification"));
202
    else error(_("invalid font specification"));
203
    return ans;
203
    return ans;
204
}
204
}
205
 
205
 
206
attribute_hidden
-
 
207
SEXP FixupCol(SEXP col, unsigned int dflt)
206
SEXP FixupCol(SEXP col, unsigned int dflt)
208
{
207
{
209
    int i, n;
208
    int i, n;
210
    SEXP ans;
209
    SEXP ans;
211
    unsigned int bg = dpptr(GEcurrentDevice())->bg; /* col = 0 */
210
    unsigned int bg = dpptr(GEcurrentDevice())->bg; /* col = 0 */
Line 599... Line 598...
599
}
598
}
600
 
599
 
601
 
600
 
602
/* axis(side, at, labels, ...) */
601
/* axis(side, at, labels, ...) */
603
 
602
 
604
SEXP attribute_hidden labelformat(SEXP labels)
603
SEXP labelformat(SEXP labels)
605
{
604
{
606
    /* format(labels): i.e. from numbers to strings */
605
    /* format(labels): i.e. from numbers to strings */
607
    SEXP ans = R_NilValue;/* -Wall*/
606
    SEXP ans = R_NilValue;/* -Wall*/
608
    int i, n, w, d, e, wi, di, ei;
607
    int i, n, w, d, e, wi, di, ei;
609
    const char *strp;
608
    const char *strp;