walk1: walk

Description Usage Arguments Value Examples

View source: R/walk1.R

Description

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

Usage

1
walk1(i, z)

Arguments

i,

the first 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()+walk1(1,z)  ## Western Sahara

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