loadGRID: Generate a grid polygon of all daily rozone dataset in a...

Description Usage Arguments Value Examples

Description

This function generatea a grid-shape polygons of all daily rozone dataset in one year.

Usage

1
loadGRID(datapath = "data-raw/2010")

Arguments

datapath

the path of year folder,the default value is data-raw/2010

Value

a spatial polygon data frame which contains daily datasets in this year.Every daily value will attached as a columns.

Examples

1
2
3
4
5
###### the default path is 'data-raw/2010'. You should change it to your data folder. ###
grid.poly<-loadGRID()
plot(grid.poly)
###### set the path of data #######
grid.poly<-loadGRID(datapath='data-raw/2010')

seifer08ms/ROzone2 documentation built on May 29, 2019, 5:53 p.m.