geom_subview | R Documentation |
subview geom
geom_subview(
mapping = NULL,
data = NULL,
width = 0.1,
height = 0.1,
x = NULL,
y = NULL,
subview = NULL
)
mapping |
aes mapping, requires 'x', 'y' and 'subview' |
data |
data frame |
width |
width |
height |
height |
x |
x position of subview. This parameter works if mapping and data is not provided |
y |
y position of subview. This parameter works if mapping and data is not provided |
subview |
subview to plot, if not provided in data and specify by mapping |
layer
guangchuang yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.