print.FCMres | R Documentation |
print a FCMres object
## S3 method for class 'FCMres'
print(x, ...)
x |
A FCMres object, typically obtained from functions CMeans, GCMeans, SFCMeans, SGFCMeans |
... |
not used |
A boolean, TRUE if x can be considered as a FCMres object, FALSE otherwise group
data(LyonIris)
AnalysisFields <-c("Lden","NO2","PM25","VegHautPrt","Pct0_14","Pct_65","Pct_Img",
"TxChom1564","Pct_brevet","NivVieMed")
dataset <- sf::st_drop_geometry(LyonIris[AnalysisFields])
result <- CMeans(dataset, k = 5, m = 1.5, standardize = TRUE)
print(result, "FCMres")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.