Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Jun 24, 2024
1 parent 97ff3f4 commit 4e64c66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions R/FFD.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,12 @@
return(NULL)

# get the last spring and first fall frost DOY
fl <- .findFirstLastFrostDOY(v, frostTemp = frostTemp, endSpringDOY = endSpringDOY, startFallDOY = startFallDOY)
fl <- .findFirstLastFrostDOY(
v,
frostTemp = frostTemp,
endSpringDOY = endSpringDOY,
startFallDOY = startFallDOY
)

return(fl)
}
Expand All @@ -141,7 +146,7 @@
#'
#' [FFD tutorial](http://ncss-tech.github.io/AQP/sharpshootR/FFD-estimates.html)
#'
#' @return a `data.frame` when a `returnDailyPr=FALSE`, otherwise a `list` with the following elements:
#' @return a `data.frame` when a `returnDailyPr = FALSE`, otherwise a `list` with the following elements:
#' * summary: FFD summary statistics as a `data.frame`
#' * fm: frost matrix
#' * Pr.frost: Pr(frost|day): daily probability of frost
Expand Down
2 changes: 1 addition & 1 deletion man/FFD.Rd

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

0 comments on commit 4e64c66

Please sign in to comment.