plotit | R Documentation |
Plot helper
plotit(x, ylab = "Estimate", xlab = "Year", ci = TRUE, years = unique(x$year), linetype = 1, linesize = 2, scale = 1, ...) ## S3 method for class 'dfccam' plotit(x, ylab = "Estimate", xlab = "Year", ci = TRUE, years = unique(x$year), col = "black", linetype = 1, scale = 1) ## S3 method for class 'dfccamset' plotit(x, ylab = "Estimate", xlab = "Year", ci = TRUE, years = unique(x$year), col = NULL, linetype = 1, legendnames = NULL, scale = 1) ## S3 method for class 'dfccamforecast' plotit(x, ylab = "Estimate", xlab = "Year", ci = TRUE, years = unique(x$year), col = "black", linetype = 1, final = TRUE, scale = 1) ## S3 method for class 'dfforecastset' plotit(x, ylab = "Estimate", xlab = "Year", ci = TRUE, years = unique(x$year), col = NULL, linesize = 2, legendnames = NULL, final = TRUE, scale = 1)
x |
dataframe from table() |
ylab |
y label |
xlab |
x label |
ci |
logical (plot confidence interval?) |
years |
years to plot |
linetype |
linetype |
linesize |
linesize |
scale |
values by which to devide the estimate |
The basic plotting used by many of the plotting functions (e.g. ssbplot, fbarplot ...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.