Learn R Programming

ggimage (version 0.2.1)

geom_subview: geom_subview

Description

subview geom

Usage

geom_subview(mapping = NULL, data = NULL, width = 0.1,
  height = 0.1, x = NULL, y = NULL, subview = NULL)

Arguments

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

Value

layer