powered by
vscat generates scatter plot of variable x and y of data frame data with interactive functions.
vscat
x
y
data
vscat(x, y, data, name, tag, path = tempdir(), ...)
column name of data frame data for x-axis and y-axis of scatter plot
data frame for default data set
character for the name of the generated scatter plot
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) vscat(MarriageRate, DivorceRate, vsfuk2012, "scat1", "vsfuk2012", colour=Type) vlaunch(vsfuk2012, "main", "vsfuk2012", browse=FALSE) # }
Run the code above in your browser using DataLab