plot.lfo | R Documentation |
Plots Pareto k values per each time point (with one point per group), together with a horizontal line representing the used threshold.
## S3 method for class 'lfo'
plot(x, ...)
x |
[ |
... |
Ignored. |
A ggplot
object.
data.table::setDTthreads(1) # For CRAN
# Please update your rstan and StanHeaders installation before running
# on Windows
if (!identical(.Platform$OS.type, "windows")) {
# This gives warnings due to the small number of iterations
plot(suppressWarnings(
lfo(gaussian_example_fit, L = 20, chains = 1, cores = 1)
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.