is_ggmatrix {GGally} | R Documentation |
Check if an object is a ggmatrix
Description
Check if an object is a ggmatrix
Usage
is_ggmatrix(x)
Arguments
x |
An object to check |
Value
Logical value indicating if the object is a ggmatrix
Examples
is_ggmatrix(ggpairs(mtcars))
is_ggmatrix(ggplot2::ggplot())
[Package GGally version 2.3.0 Index]