shp_all: Read 'shp files' from 'folder' in 'working directory' and...

Description Usage Arguments Value Examples

View source: R/shp_all.R

Description

Read 'shp files' from 'folder' in 'working directory' and save.

Usage

1
shp_all(wd, a = list())

Arguments

wd

is working directory

Value

print 'shp file' as 'list'

Examples

1
2
3
4
5
6
wd<-'C:/Users/changje/Desktop/shp'
b<-shp_all(wd)
plot(b[[1]])
package(ggmap)
kor<-fortify(b[[1]])
ggplot(data=kor,aes(x=long,y=lat,group=group, colour = id))+geom_polygon(fill = "#FFFFFF")

qkdrk777777/DUcj documentation built on May 16, 2019, 8:14 p.m.