granstat(x, web_interface=FALSE, statistic = "all", aggr = TRUE, modes = FALSE)
#granulo is the data set
data(granulo)
granstat(granulo)
granstat(granulo,statistic="all",aggr=TRUE,modes=FALSE)
granstat(granulo,statistic="folk.ward",aggr=FALSE,modes=TRUE)
#to display the simplified interface
#granstat(web_interface=TRUE)
Run the code above in your browser using DataLab