Skip to content

Commit

Permalink
doc typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Nov 2, 2023
1 parent 315df0d commit ed7a23b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions R/fasterize.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
make_sf <- function(x, attr = NULL) {
structure(list(geom = x), names = c("geom"), row.names = seq_len(length(x)), sf_column = "geom", class = c("sf", "data.frame" ))
structure(list(geom = x), names = c("geom"), row.names = seq_len(length(x)),
sf_column = "geom", class = c("sf", "data.frame" ))
}


Expand All @@ -18,7 +19,7 @@ make_sf <- function(x, attr = NULL) {
#' now works for any polygon vector (sfc, wkt, wkb, geos) or dataframe with a polygon vector
#' supported by the wk package handlers.
#'
#' @param a polygon vector or data frame object with a geometry column of POLYGON and/or
#' @param sf a polygon vector or data frame object with a geometry column of POLYGON and/or
#' MULTIPOLYGON (equivalent) objects.
#' @param raster A raster object. Used as a template for the raster output.
#' Can be created with [raster::raster()].
Expand Down
6 changes: 3 additions & 3 deletions man/fasterize.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed7a23b

Please sign in to comment.