check_steplist {epicmodel}R Documentation

Check epicmodel_steplist class objects

Description

Check if epicmodel_steplist class objects fulfill the conditions for being inputed in create_scc().

Usage

check_steplist(steplist)

Arguments

steplist

An object of class epicmodel_steplist.

Details

The following checks are conducted:

Errors

Warnings

Value

Prints information about successful and unsuccessful checks in the console. Returns the input steplist. If checks were successful, returns a steplist of class epicmodel_steplist_checked that can be used in building SCC models.

Examples

steplist_checked <- check_steplist(steplist_rain)

[Package epicmodel version 0.2.0 Index]