Description Usage Arguments Details Value Author(s) See Also
Multiple histograms of various features, either single channels or channel combinations are plotted using colours. For details on the feature combinations supported see details below. For details on the classes supported see readVAC.
1 | plotVAChist(vac,classes=c("CLOUD","ICE","SEA"),feature="T4",ploline=F,solarcorrect=T, returnhist=F, ...)
|
vac |
VAC object as returned by readVAC |
classes |
Strings describing the classes to plot |
feature |
String describing the feature to plot, see details for valid features |
ploline |
Logical toggling histogram style plotting or line style |
solarcorrect |
Logical telleing whether solar influenced features should be corrected by solzencorrect. This is only done for features composed of single channels and not for thermal channels. |
returnhist |
Returns a list containing the histograms requested |
... |
Arguments to be passed to plot and other functions. |
The strings defining the features to present are listed below, with a brief introduction:
1 2 3 4 5 6 7 8 9 10 11 | A1: Reflectance of AVHRR channel 1 (0.6 micron)
A2: Reflectance of AVHRR channel 2 (0.9 micron)
A3: Reflectance of AVHRR channel 3A (1.6 micron)
T3: Brightness temperature of AVHRR channel 3B (3.7 micron)
T4: Brightness temperature of AVHRR channel 4 (11.5 micron)
T5: Brightness temperature of AVHRR channel 5 (12.5 micron)
R21: Ratio of reflectance in AVHRR channels 2 and 1.
R31: Ratio of reflectance in AVHRR channels 3A and 1.
D45: Difference in brightness temperatures in AVHRR channels 4 and 5.
D34: Difference in brightness temperatures in AVHRR channels 3B and 4.
|
If requested by logical option returnhist
a list
containing the histogram objects created within the function is
returned.
Øystein Godøy (o.godoy@met.no), but recoded from prototype developed by Steinar Eastwood (s.eastwood@met.no).
readVAC, solzencorrect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.