| plot-ecocrop {Recocrop} | R 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)
[Package Recocrop version 0.4-1 Index]