diff --git a/DESCRIPTION b/DESCRIPTION index b9adac8..888c8d4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,8 @@ Package: fireSenseUtils Type: Package Title: Utilities for Working With the 'fireSense' Group of 'SpaDES' Modules Description: Utilities for working with the 'fireSense' group of 'SpaDES' modules. -Date: 2024-12-13 -Version: 0.0.5.9077 +Date: 2024-12-20 +Version: 0.0.5.9078 Authors@R: c( person("Jean", "Marchal", email = "jean.d.marchal@gmail.com", role = c("aut")), diff --git a/NAMESPACE b/NAMESPACE index b02be14..3d895bc 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -57,6 +57,7 @@ export(removeBufferedFiresOutsideRTM) export(rescaleKnown2) export(runDEoptim) export(stackAndExtract) +export(termsInDEoptim) export(updateStackYearNames) export(visualizeDE) import(methods) diff --git a/man/dot-objfunSpreadFit.Rd b/man/dot-objfunSpreadFit.Rd index a29dfcc..b52c6eb 100644 --- a/man/dot-objfunSpreadFit.Rd +++ b/man/dot-objfunSpreadFit.Rd @@ -62,7 +62,7 @@ Default 0.28, which is overly generous unless there are many non-flammable pixel \item{minFireSize}{DESCRIPTION NEEDED} \item{tests}{One or more of \code{"mad"}, \code{"adTest"}, \code{"SNLL"}, or \code{"SNLL_FS"}. -Default: \code{"mad"}.} +Default: \code{"snll_fs"}.} \item{Nreps}{Integer. The number of replicates, per ignition, to run.} @@ -80,7 +80,8 @@ is non-zero.} for consistency. This should be set to \code{FALSE} for operational situations, as the assertions take some small amount of time.} -\item{plot.it}{DESCRIPTION NEEDED} +\item{plot.it}{Passed to \code{SpaDES.core::Plots}, so will show (TRUE or "screen") or save files +of several plots, using \code{ggplot2}} \item{objFunCoresInternal}{Internally, this function can use \code{mcmapply} to run multiple parallel \code{spread} function calls. This should only be >1L if there are spare threads.