lfda::lfda
or lfda::klfda
or lfda::self
to data.frame
R/fortify_stats.R
fortify.lfda.Rd
Convert lfda::lfda
or lfda::klfda
or lfda::self
to data.frame
# S3 method for class 'lfda'
fortify(model, data = NULL, ...)
lfda::lfda
or lfda::klfda
or lfda::self
instance
original dataset, if needed
other arguments passed to methods
data.frame
if (FALSE) { # \dontrun{
model <- lfda::lfda(iris[, -5], iris[, 5], 3, metric = "plain")
fortify(model)
} # }