Skip to content

Commit

Permalink
Adjusted docs errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Badger committed Mar 17, 2021
1 parent d1bed64 commit b2e25e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions R/hazard_rast.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#'
#'
#' @param stats_file Character string to the location of the statistics file, if there have been multiple runs aggregated, the aggregate statistics file.
#' @param median_pattern
#' @param mean_pattern
#' @param burn_count_pattern
#' @param intensity_directory
#' @param burn_count_directory
#' @param median_pattern Pattern for files that contain median information.
#' @param mean_pattern Pattern for files that contain mean information.
#' @param burn_count_pattern Pattern for files that contain burn count information.
#' @param intensity_directory Directory where intensity rasters can be found
#' @param burn_count_directory Directory where burn count rasters can be found
#'
#' @importFrom raster raster stack
#'
Expand Down
2 changes: 1 addition & 1 deletion R/mean_bp_classification.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @return
#' @export
#'
#' @examples

mean_bp_classification <- function(input,output_filename){

if ( grepl("SpatRast", class(input)) ) { bp <- input }
Expand Down

0 comments on commit b2e25e5

Please sign in to comment.