Description Usage Arguments Value Note Author(s) See Also Examples
This function reads the output from readAVHRR and creates an image on the graphical device used. Some basic channel combination is also supported.
1 | createAVHRRimage(x, channel=1, map=TRUE, method="N", ...)
|
x |
R object (list) returned by readAVHRR |
channel |
channel identification |
map |
logical telling whether coast lines should be added |
method |
letter specifying how to combine channels ("D" is difference, "R" is ratio, "N" is none) |
colorspace |
vector of the type c("blue","yello", "red") that is interpolated to a palette. Use colors() to check which colornames that are defined, colorRampPalette is used to create the palette |
colorbias |
check colorRamp for details |
... |
options to filled.contour |
None
The current version supports map overlay only for the standard map projection of the OSISAF HL centre. That is Polar Stereographic correct at 60 degrees North and not rotated.
Øystein Godøy (o.godoy@met.no)
readAVHRR
1 2 3 4 | # Read a sea ice concentration field
t <- readAVHRR(file="/data/avhrr/noaa18_03452_200610191134.h5")
# Generate image on graphical device
createAVHRRimage(t)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.