Learn R Programming

SWTools (version 1.1.0)

SILOMap: Plot a map of the SILO station locations

Description

Plot a map of the SILO station locations

Usage

SILOMap(SILO, filename = NULL)

Value

a google map of the SILO station locations

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.

Examples

Run this code
if (FALSE) {
X<-SILOLoad(c("24001","24002","24003"),path="./SWTools/extdata")
p<-SILOMap(X)
}

Run the code above in your browser using DataLab