Description Usage Arguments Value See Also Examples
Create a helloworld-ified plot using qplot arguments.
1 |
... |
the same arguments that one would provide to qplot. |
A helloworld-ified qplot. Oh, you'll see.
plot
qplot ggplot2
1 2 3 4 5 | ## library("ggplot2")
## qplot(carat, price, color=color, data = diamonds, facets=cut ~ color,
## main="Price versus carat, according to color and cut")
## HWplot(carat, price, color=color, data = diamonds, facets=cut ~ color,
## main="Price versus carat, according to color and cut")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.