Skip to content

Commit

Permalink
remove tile object
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaodanLyu committed May 17, 2019
1 parent 54f57a3 commit 6d2825c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions R/TileinPoly.r
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ NULL
#' @return a dataframe with the counts of tile points in the polygon
#' @examples
#' ## not run
#' # tile <- raster::raster(system.file("tif/cdf_tmp.tif", package = "viscover"))
#' # TileinPoly(tile, poly)
#' @export
TileinPoly <- function(tile, poly){
Expand Down
5 changes: 0 additions & 5 deletions R/data.r
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#' An example CDL raster
#'
#' @format A raster layer with 72 rows and 37 columns
"tile"

#' An example spatial polygon from soil survey data
#'
#' @format A SpatialPolygonsDataFrame with 7 parital map unit polygons. The data slot has 7 rows and 8 variables.
Expand Down
Binary file removed data/tile.rda
Binary file not shown.

0 comments on commit 6d2825c

Please sign in to comment.