[R] generically forward low-level graphic parametres in function
eldor ado
rat.cage at gmail.com
Thu Jun 2 19:26:34 CEST 2011
Hello,
following problem:
i have a written my own function to draw some sophisticated graphic,
which after manipulating data somewhere contains a plot comand
function <- function(x) {
...
plot(xy)
}
to tidy up my final graphs, it would be very handy to be able forward
all low-level graphic parameters set in function to plot
i.e.
function(x, cex=0.5) calls plot (xy, cex=0.5)
is there a way to do this?
thanks a lot,
lukas kohl
department of chemical ecology
university of vienna
More information about the R-help
mailing list