Skip to content

Commit

Permalink
R-CMD Check
Browse files Browse the repository at this point in the history
- Undocumented argument in Pfit (function under development, not exported)
  • Loading branch information
ailich committed Jan 16, 2025
1 parent f6a73d9 commit ac27760
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion MultiscaleDTM.Rproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Version: 1.0
ProjectId: e9bb442a-3ced-4688-ba69-800f98e1dcaa


RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
Expand Down
3 changes: 2 additions & 1 deletion R/Pfit.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
#' @param r DTM as a SpatRaster (terra) or RasterLayer (raster) in a projected coordinate system where map units match elevation/depth units (up is assumed to be north for calculations of aspect, northness, and eastness).
#' @param w Vector of length 2 specifying the dimensions of the rectangular window to use where the first number is the number of rows and the second number is the number of columns. Window size must be an odd number. Default is 3x3.
#' @param unit "degrees" or "radians".
#' @param na.rm Logical indicating whether or not to remove NA values before calculations.
#' @param na.rm Logical indicating whether or not to remove NA values before calculations.#'
#' @param include_scale logical indicating whether to append window size to the layer names (default = FALSE)
#' @param filename character Output filename. Can be a single filename, or as many filenames as there are layers to write a file for each layer
#' @param overwrite logical. If TRUE, filename is overwritten (default is FALSE).
#' @param wopt list with named options for writing files as in writeRaster
Expand Down
4 changes: 3 additions & 1 deletion man/Pfit.Rd

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

0 comments on commit ac27760

Please sign in to comment.