Learn R Programming

cvasi (version 1.4.0)

is_scenario: Test if argument is an effect scenario

Description

Supports vectorized arguments.

Usage

is_scenario(x)

Value

vector of logical values

Arguments

x

Some value or object

Examples

Run this code
# returns `TRUE`
is_scenario(minnow_it)

# returns `FALSE`
is_scenario(list())

Run the code above in your browser using DataLab