Learn R Programming

beautier (version 2.6.12)

is_gamma_site_model: Is object x a gamma site model?

Description

Is object x a gamma site model?

Usage

is_gamma_site_model(x)

Value

TRUE if x is a valid gamma site object, FALSE otherwise

Arguments

x

the object to be determined if it is a valid gamma site object

Author

Richèl J.C. Bilderbeek

Examples

Run this code
check_empty_beautier_folder()

# TRUE
is_gamma_site_model(create_gamma_site_model())

# FALSE
is_gamma_site_model("nonsense")
is_gamma_site_model(NA)
is_gamma_site_model(NULL)
is_gamma_site_model("")
is_gamma_site_model(c())

check_empty_beautier_folder()

Run the code above in your browser using DataLab