Description Usage Arguments Details Value Author(s) See Also Examples
MultiPointsPlot function takes the ID for the pixels within the region of interst and returns, the timeseries curves from these points, ploted together. The Id numbers can be obtained from the txt file (AllPixels.txt) outputs.
1 | MultiPointsPlot(N, Id1, Id2, Id3, Id4, Id5)
|
N |
- number of intersted points |
Id1 |
- ID number for point 1 |
Id2 |
- Id number for point 2 |
Id3 |
- ID number for point 3 |
Id4 |
- ID number for point 4 |
Id5 |
- ID number for point 5 |
This function allows plotting time series curves from multiple points together in a single plot which helps understanding the growth variability across the field.This inforaiton can further analyzed to provide insight on other environemtal factors.
The maximum number of pixeles allowed plotting togther are 5 points.
Multiple time series curves together at the plot pannel
Sofanit Araya
PhenoMetrics()
1 | MultiPointsPlot(3,11,114,125)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.