Description Usage Arguments Aesthetics Author(s) See Also Examples
This is the encapsulation of geom_tile()
function, and some fine-tuning has been done.
1 2 3 | geom_colour(mapping = NULL, data = NULL, colour = "grey60", ...)
geom_color(mapping = NULL, data = NULL, colour = "grey60", ...)
|
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
colour |
the colour of tile boder. |
... |
Other arguments passed on to |
geom_colour()
understands the following aesthetics (required aesthetics are in bold):
x
y
alpha
colour
fill
linetype
size
width
height
Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei
1 | quickcor(mtcars) + geom_colour()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.