plot_exists: Check whether functions (plot*d to zenplot()) exist

View source: R/tools.R

plot_existsR 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


zenplots documentation built on Nov. 8, 2023, 1:10 a.m.