
Last chance! 50% off unlimited learning
Sale ends in
densityplot
which operates only on numeric
vectors with optional facet.rp.densityplot(x, facet = NULL, data = NULL, ...)
densityplot
rp.densityplot(ius2008$edu)
rp.densityplot(ius2008$edu, facet = ius2008$gender)
rp.densityplot(ius2008$edu, ius2008$dwell)
with(ius2008, rp.densityplot(edu, facet = gender))
rp.densityplot(edu, data = ius2008)
rp.densityplot(edu, gender, ius2008)
Run the code above in your browser using DataLab