search for: wtitle

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

Did you mean: title
2007 Oct 31
2
Shell Bash with R
...xTitle <- "Steps" 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...