plotPWS: plot the geographical location of the object of class...

Description Usage Arguments Methods (by class) See Also Examples

Description

plotPWS plots the original search location and the nearby PWS's that are contained in an object of class PWS-class. It gives a visualization of the relative locations of origin and PWS. Users can choose to plot either over google map or as plain points.

Usage

1
2
## S4 method for signature 'PWS'
plotPWS(object, googleMap = TRUE)

Arguments

object

an object of class PWS-class

googleMap

logical variable that indicates whether google map should be used for the plotting

Methods (by class)

See Also

PWS-class

Examples

1
2
3
4
data(offlineExample)
offlineExample
plotPWS(offlineExample, googleMap = FALSE) #plot without getting online google map
plotPWS(offlineExample, googleMap = TRUE) #plot using online google map

mengyigao/PWS documentation built on May 22, 2019, 6:50 p.m.