powered by
lfda::lfda
lfda::klfda
lfda::self
data.frame
Convert lfda::lfda or lfda::klfda or lfda::self to data.frame
# S3 method for lfda fortify(model, data = NULL, ...)
lfda::lfda or lfda::klfda or lfda::self instance
original dataset, if needed
other arguments passed to methods
if (FALSE) { model <- lfda::lfda(iris[, -5], iris[, 5], 3, metric = "plain") fortify(model) }
Run the code above in your browser using DataLab