print.vlkr_plt | R Documentation |
Printing method for volker plots
## S3 method for class 'vlkr_plt'
print(x, ...)
## S3 method for class 'vlkr_plt'
plot(x, ...)
x |
The volker plot. |
... |
Further parameters passed to print(). |
No return value.
library(volker)
data <- volker::chatgpt
pl <- plot_metrics(data, sd_age)
print(pl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.