Learn R Programming

DataVisualizations (version 1.0.0)

nanPlot: Plot not finite values as a bar plot for each feature d

Description

percentage are visualized as a bar plot. does not work well with to many features

Usage

nanPlot(Data,Names)

Arguments

Data

[1:n,1:d] data cases in rows, variables/features in columns

Names

[1:d] optional vector of string describing the names of the features

Examples

Run this code
# NOT RUN {
data("ITS")
data("MTY")

nanPlot(cbind(ITS,MTY),Names=c('ITS','MTY'))

# }

Run the code above in your browser using DataLab