createAVHRRimage: Create image of AVHRR data

Description Usage Arguments Value Note Author(s) See Also Examples

Description

This function reads the output from readAVHRR and creates an image on the graphical device used. Some basic channel combination is also supported.

Usage

1
createAVHRRimage(x, channel=1, map=TRUE, method="N", ...)  

Arguments

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

Value

None

Note

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.

Author(s)

Øystein Godøy (o.godoy@met.no)

See Also

readAVHRR

Examples

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)

steingod/R-mipolsat documentation built on May 30, 2019, 2:31 p.m.