Description Usage Arguments Examples
Plots a scatterplot with a custom axis that acts as a quartile plot (quartile-frame). Inspired by The Visual Display of Quantitative Information by Edward R. Tufte.
1 | Scatterplot(x, y, ...)
|
x, y |
aesthetics passed into each layer variables # @param data data frame to use (optional). |
... |
additional arguments. |
1 2 3 4 5 | with(mtcars, Scatterplot(x = wt, y = mpg,
main = "Vehicle Weight-Gas Mileage Relationship",
xlab = "Vehicle Weight",
ylab = "Miles per Gallon",
font.family = "serif") )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.