powered by
vscat generates histogram of variable x of data frame data with interactive functions.
vscat
x
data
vhist(x, data, name, tag, path = tempdir(), ...)
column name of data frame data for drawing histogram
data frame for default data set
character for the name of the generated histogram
character for the common name of a series of linked plots
character string of a directory for writing HTML and SVG files
aesthetic mappings to be passed to ggplot2 methods
# NOT RUN { data(vsfuk2012) vhist(FertilityRate, vsfuk2012, "hist1", "vsfuk2012", fill=Type) vlaunch(vsfuk2012, "main", "vsfuk2012", browse=FALSE) # } # NOT RUN { # }
Run the code above in your browser using DataLab