as_flextable.pam | R Documentation |
produce a flextable describing a pam object. The function is only using package 'broom' that provides the data presented in the resulting flextable.
## S3 method for class 'pam'
as_flextable(x, digits = 4, ...)
x |
a |
digits |
number of digits for the numeric columns |
... |
unused argument |
Other as_flextable methods:
as_flextable()
,
as_flextable.data.frame()
,
as_flextable.gam()
,
as_flextable.glm()
,
as_flextable.grouped_data()
,
as_flextable.htest()
,
as_flextable.kmeans()
,
as_flextable.lm()
,
as_flextable.merMod()
,
as_flextable.summarizor()
,
as_flextable.table()
,
as_flextable.tabular()
,
as_flextable.tabulator()
,
as_flextable.xtable()
if (require("cluster")) {
dat <- as.data.frame(scale(mtcars[1:7]))
cl <- pam(dat, 3)
ft <- as_flextable(cl)
ft
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.