| plotExplore | R Documentation | 
This function allows to plot the object in output from the greenExplore() function.   
plotExplore(x) 
| x | An object (a list) in output from  | 
The combination of functions greenExplore and plotExplore are intended to provide a first view of all possible fitting and thresholding methods on a season of greenness data. In particular plotExplore combines all fittings and threhsolding methods (20 plots) on an annotaded graph.   
Gianluca Filippa <gian.filippa@gmail.com>
greenExplore
## Not run: 
data(bartlett2009.filtered)
explored.data <- greenExplore(bartlett2009.filtered)
explored.data$rmse # chech fit RMSES
plotExplore(explored.data) ## an annotated plot
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.