powered by
percentage are visualized as a bar plot. does not work well with to many features
nanPlot(Data,Names)
[1:n,1:d] data cases in rows, variables/features in columns
[1:d] optional vector of string describing the names of the features
# NOT RUN { data("ITS") data("MTY") nanPlot(cbind(ITS,MTY),Names=c('ITS','MTY')) # }
Run the code above in your browser using DataLab