plot-ecocrop | R Documentation |
Plot the parameters of an ecocrop model
## S4 method for signature 'Rcpp_EcocropModel,ANY' plot(x, nr, nc, col="red", ...)
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 |
none
potato <- ecocropPars("potato") m <- ecocrop(potato) plot(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.