is.ggstack {ggalign} | R Documentation |
Reports whether x
is a StackLayout
object
Description
Reports whether x
is a StackLayout
object
Usage
is.ggstack(x)
Arguments
x |
An object to test |
Value
A boolean value
Examples
is.ggstack(ggstack(1:10))
[Package ggalign version 0.0.3 Index]