worldmap: Map of the world

Description Usage Examples

Description

Data from maps package. All datasets provides either as SpatialPolygonsDataFrame objects or, with .df, as data.frame objects

Usage

1
2

Examples

1
2
3
4
5
data(worldmap)
plot(worldmap, type="l")

data(worldmap.df)
ggplot(worldmap.df, aes(x=longitude, y=latitude))+geom_path()

jebyrnes/meowR documentation built on May 19, 2019, 12:39 a.m.