walk2: walk2

Description Usage Arguments Value Examples

View source: R/walk2.R

Description

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

Usage

1
walk2(i, j, z)

Arguments

i,

the first index

j,

the second 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()+walk2(164,1,z)  ## the first area of Finland

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