plot: Ecocrop plot

plot-ecocropR Documentation

Ecocrop plot

Description

Plot the parameters of an ecocrop model

Usage

## S4 method for signature 'Rcpp_EcocropModel,ANY'
plot(x, nr, nc, col="red", ...)

Arguments

x

EcocropModel object

nr

number of rows in the plot

nc

number of columns in the plot

col

color of the lines

...

additional arguments. None implemented

Value

none

Examples

potato <- ecocropPars("potato")
m <- ecocrop(potato)
plot(m)

Recocrop documentation built on Oct. 24, 2022, 5:10 p.m.