search for: yrly

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

Did you mean: rly
2007 Sep 23
2
Plotting numbers at a specified decimal length on a plot()
...variable (which obviously should have limited scope). I already figured out how to plot the means, but without limiting their precision to 2 decimal places. This is the code I used once I had the scatterplot drawn: text(c(1990, 1992, 1994, 1996, 1998, 1999, 2000, 2001, 2002, 2003), 25, mean.yrly.closures$values, cex=.7) It's a plot of school closures by Year. The closures variable is labeled "values" in the "mean.yrly.closures" data set. I managed to *display* the mean.yrly.closures data set with a precision of 2 decimal places (options(digits=2)), but then o...