surveyplot {dprep} | R Documentation |
This function creates and displays a surveyplot of a dataset for a classification matrix
surveyplot(datos, dataname = "", orderon = 0, class = 0, obs = rep(0, 0), lwd = 1)
datos |
A matrix of values for supervised classification |
dataname |
|
orderon |
|
class |
|
obs |
|
lwd |
|
This plot is not recommended for a large number of features (say more than 50)
Returns a surveyplot of the data matrix
This plot is a mix between the survey plot presented in Fayyad and a permutation matrix.
Caroline Rodriguez
Fayyad, et al. (2001) Information Visualization in Data Mining and Knowledge Discovery
#----Surveyplot examples data(bupa) surveyplot(bupa,"Bupa Dataset") surveyplot(bupa,"Bupa Dataset",orderon=1,obs=c(6,74,121))