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", ...)
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 codepotato <- ecocropPars("potato")
m <- ecocrop(potato)
plot(m)
Run the code above in your browser using DataLab