View source: R/fortify_stats.R
fortify.lfda | R Documentation |
lfda::lfda
or lfda::klfda
or lfda::self
to data.frame
Convert lfda::lfda
or lfda::klfda
or lfda::self
to data.frame
## S3 method for class 'lfda'
fortify(model, data = NULL, ...)
model |
|
data |
original dataset, if needed |
... |
other arguments passed to methods |
data.frame
## Not run:
model <- lfda::lfda(iris[, -5], iris[, 5], 3, metric = "plain")
fortify(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.