Skip to content

Commit

Permalink
Merge pull request #62 from dhduncan/fix_inside_mask_26
Browse files Browse the repository at this point in the history
description text better matches behaviour
  • Loading branch information
dhduncan authored Oct 30, 2024
2 parents fee6161 + 96aab8d commit 5a60afe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions R/inside_mask.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
#' @title title
#' @description Checks whether longitude and latitude coincide with
#' non-missing pixels of a raster. The function takes two arguments:
#' points, a dataframe containing columns named
#' longitude' and 'latitude', and mask is a raster. Returns a dataframe
#' of longitude and latitude only those rows with points falling on
#' points, a dataframe containing at a minimum columns named
#' longitude' and 'latitude' (but could include other attributes),
#' and mask is a raster. Returns a dataframe of the same dimensions as the
#' input object, containing only those rows with points falling on
#' non-missing pixels. If all points fall on missing pixels,
#' the function throws an error.
#'
Expand Down

0 comments on commit 5a60afe

Please sign in to comment.