View source: R/Data_Plotting.R
plot.Data | R Documentation |
Creates plots of the Data object in the R console. Wrapper for summary(Data)
## S3 method for class 'Data'
plot(
x,
wait = TRUE,
i = 1,
plots = "all",
rmd = FALSE,
head = "##",
tplot = 25,
...
)
x |
An object of class Data |
wait |
Logical. Wait for key press before next plot? |
i |
iteration number for the Data object. |
plots |
Character. What plots to show? |
rmd |
Logical. Used in a rmd file? |
head |
Character. Heading for rmd file. Default is '##' (second level heading) |
tplot |
Integer. Number of plots per page. Default 25 |
... |
Not used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.