search for: getusefultick

Displaying 1 result from an estimated 1 matches for "getusefultick".

Did you mean: getusefulticks
2007 Oct 31
2
Shell Bash with R
...ata$Time[s] yTitle <- "Time]" zSet <- data$Region zTitle <- "Region{R}" vSet <- c() vTitle <- "" wSet <- c() wTitle <- "" xAxisTicks <- getUsefulTicks(xSet) # Set to c() for automatic setting yAxisTicks <- getUsefulTicks(ySet) # Set to c() for automatic setting pdf("X.data.pdf") plotstd3(mainTitle, xTitle, yTitle, zTitle, xSet, ySet, zSet...