SILOMap function

Plot a map of the SILO station locations

Plot a map of the SILO station locations

SILOMap(SILO, filename = NULL)

Arguments

  • SILO: a list of sites with SILO data, as created by SILOLoad()
  • filename: optional, filename to write the plot to, including extension. Filename can include full path or sub folders.

Returns

a google map of the SILO station locations

Examples

## Not run: X<-SILOLoad(c("24001","24002","24003"),path="./SWTools/extdata") p<-SILOMap(X) ## End(Not run)