Learn R Programming

dfoliatR (version 0.3.0)

as.defol: Alias to as_defol()

Description

Alias to as_defol()

Usage

as.defol(x)

Value

x cast to a defol object

Arguments

x

A data frame or list-like object to cast. Must have named elements for "year", "series", "gsi", "ngsi", and "defol_status".

Examples

Run this code
data(dmj_defol)
example_data <- as.data.frame(dmj_defol)
is.defol(example_data)
back_to_defol <- as_defol(example_data)
is.defol(back_to_defol)

Run the code above in your browser using DataLab