Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardlavender committed Oct 22, 2024
1 parent 5e33ab9 commit 7111d8b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/spatial.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
# (TEMPORARY) as_SpatRaster() function

# TO DO
# * Rename to assemble_maps()
# * If SpatVector supplied, implement as shown
# * If SpatRaster supplied, create SpatVector (?)
# * Add to patter

#' Convert shapefile to SpatRaster
as_SpatRaster <- function(.x, .simplify = NULL, .utm = NULL,
.res, .field, .touches = TRUE,
.plot = FALSE, ...) {
Expand Down

0 comments on commit 7111d8b

Please sign in to comment.