knit_print.vlkr_plt {volker} | R Documentation |
Printing method for volker plots when knitting
Description
Printing method for volker plots when knitting
Usage
## S3 method for class 'vlkr_plt'
knit_print(x, ...)
Arguments
x |
The volker plot. |
... |
Further parameters passed to print(). |
Value
Knitr asis output
Examples
library(volker)
data <- volker::chatgpt
pl <- plot_metrics(data, sd_age)
print(pl)
[Package volker version 2.1.0 Index]