walk3: walk3

Description Usage Arguments Value Examples

View source: R/walk3.R

Description

Given index i, j, k and the coordinates list z, generate the corresponding ggplot aesthetics

Usage

1
walk3(i, j, k, z)

Arguments

i,

the first index

j,

the second index

k,

the third index

z,

the coordinates list extracted from dataset

Value

the corresponding ggplot aesthetics including geo coordinates

Examples

1
2
3
x<-ICU$new(land="world-2",date="1984-11")   ## New class
z<-x$guo$Countries$coordinates
ggplot()+walk3(116,1,1,z)  ## the first area of Jordan

yewei369/FancyPackRLiU5 documentation built on Nov. 5, 2019, 12:34 p.m.