HWplot: Create a helloworld-ified plot using qplot arguments.

Description Usage Arguments Value See Also Examples

Description

Create a helloworld-ified plot using qplot arguments.

Usage

1

Arguments

...

the same arguments that one would provide to qplot.

Value

A helloworld-ified qplot. Oh, you'll see.

See Also

plot qplot ggplot2

Examples

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")

joey711/testpkg documentation built on May 19, 2019, 3:01 p.m.