search for: processinlinepars

Displaying 2 results from an estimated 2 matches for "processinlinepars".

1999 Sep 27
0
text( col=, cex=, font=) : doesn't allow more than length-1 arg (PR#287)
...ror in par(args) : parameter "col" has the wrong length --- Explanation: The source code is in src/main/plot.c in do_text(), and from reading it, "col" (& "cex" & "font") are extracted via GetPar() (and later would nicely be recycled). HOWEVER, the ProcessInlinePars() called after the three GetPar() gives the error message, because "col" (cex, or font) are still part of the `args' list. All boils down to the FIXME part of the following description of GetPar() [around line 120 in plot.c] : /* GetPar is intended for looking through a list -- typ...
2002 Jun 11
1
R 1.5.0: axis() does not honor the xaxp argument (PR#1654)
----------------------- transcript -------------------------- $ R --vanilla R : Copyright 2002, The R Development Core Team Version 1.5.0 (2002-04-29) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type `license()' or `licence()' for distribution details. R is a collaborative project with many contributors. Type