plot_exists {zenplots} | R Documentation |
Check whether functions (plot*d to zenplot()) exist
Description
Check whether functions (plot*d to zenplot()) exist
Usage
plot_exists(x)
Arguments
x |
arguments plot1d or plot2d of zenplot() |
Value
logical indicating whether x exists
Note
Check first whether it's a function (have to rely on it being able to be evaluated, cannot do more checks then) or, if a string, whether it exists
Author(s)
Marius Hofert
[Package zenplots version 1.0.6 Index]