Learn R Programming

Recocrop (version 0.4-1)

plot-ecocrop: Ecocrop plot

Description

Plot the parameters of an ecocrop model

Usage

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

Value

none

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

Examples

Run this code
potato <- ecocropPars("potato")
m <- ecocrop(potato)
plot(m)

Run the code above in your browser using DataLab