Description Usage Arguments Value Author(s) Examples
Get channels from a msg scene's inputpath
| 1 2 3 | getChannels(inpath, type = "rst", channels = c("VIS0.6", "VIS0.8", "NIR1.6",
  "IR3.9", "WV6.2", "WV7.3", "IR8.7", "IR9.7", "IR10.8", "IR12.0", "IR13.4"),
  mask = -99)
 | 
| inpath | The path to the msg channels of one scene | 
| type | A character string indicating the file type | 
| channels | A character vector of the channels to return | 
| mask | A numeric number which is to bet set to NA because there are no clouds. | 
A Raster stack of the MSG channels
Hanna Meyer
| 1 2 | msg_example <-getChannels(inpath=system.file("extdata/msg",package="Rainfall"),
channels=c("VIS0.6","IR12.0"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.