Skip to content

Commit

Permalink
Improve calcCropCalendar() documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Minoli authored and Sara Minoli committed Aug 9, 2022
1 parent c953584 commit 1b489c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cropCalendars/R/calcCropCalendars.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
#'
#' @description Wrapper function calling sub-functions to
#' calculate sowing and harvest dates.
#' @param lon Longitude (decimal degrees)
#' @param lat Latitude (decimal degrees)
#' @param mclimate Monthly climate. A list returned by the calcMonthlyClimate()
#' function.
#' @param crop A crop name (chr), among those specified in the croppar_file
#' @param croppar_file Crop parameter file. If not specified, the default one is
#' used.
#' @seealso calcMonthlyClimate
#'
calcCropCalendars <- function(lon = NULL,
lat = NULL,
Expand Down

0 comments on commit 1b489c5

Please sign in to comment.