search for: xaxisticks

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

Did you mean: yaxisticks
2007 Oct 31
2
Shell Bash with R
...ySet <- data$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,...