Displaying 1 result from an estimated 1 matches for "hidelegend".
2007 Oct 31
2
Shell Bash with R
...ample:
bash created files: hello.data , world.data
how R created these files in pdf?
please look my plot.R
My plot.R:
source("plotter.R")
data <- loadResults("X.data.bz2")
plotColorMode <- cmColor
plotHideLegend <- FALSE
plotLegendSizeFactor <- 0.8
plotOwnOutput <- FALSE
plotFontFamily <- "Helvetica"
plotFontPointsize <- 22
plotWidth <- 10
plotHeight <- 10
plotConfidence &...