sp_layer-class: sp_layer class

Description Usage

Description

sp_layers are layers made with ggsubplot methods. They are equivalent to the layers made by ggplot2 functions in all ways except that they contain extra information that is used to divide the data into subplots and locate those subplots witihn the layer when plotting.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## S4 method for signature 'sp_layer'
show(object)

## S4 method for signature 'sp_layer'
c(x, ..., recursive = FALSE)

## S4 method for signature 'sp_layer'
rep(x, ...)

## S4 method for signature 'sp_layer'
x[i, j, ..., drop = TRUE]

## S4 replacement method for signature 'sp_layer'
x[i, j, ...] <- value

## S4 method for signature 'sp_layer'
x$name

## S4 replacement method for signature 'sp_layer'
x$name <- value

## S4 method for signature 'ggplot,sp_layer'
e1 + e2

## S4 method for signature 'gg,sp_layer'
e1 + e2

## S4 method for signature 'ggsubplot,sp_layer'
e1 + e2

garrettgman/ggsubplot documentation built on May 16, 2019, 5:39 p.m.