Description Usage Arguments Value Note Author(s) See Also Examples
This function converts the object returned by readosisaf to a data.frame that can be used in ggplot2 plot methods. Data are unpacked and the header information is used to create position information using UCS (Northings and Eastings) as provided by the proj4 package. If geographical positions are required use ucs2latlon and append columns to the data.frame.
1 | credf(mydata,layer=1)
|
mydata |
A data object as returned by readosisaf |
layer |
The layer of the data object to convert |
data.frame containing x (Eastings in km), y (Northings in km) and the actual product. Origo for the UCS is at the North Pole.
Input data are currently not well defined and updates of this function is to be expected.
Øystein Godøy (o.godoy@met.no)
readosisaf
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.