Displaying 1 result from an estimated 1 matches for "plotcolormod".
Did you mean:
plotcolormode
2007 Oct 31
2
Shell Bash with R
...a few data
automatically also in PDF.
For example:
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...