This release represents the version used to generate all benchmark results and figures reported in the forthcoming manuscript.
par()
with
oldpar <- par(no.readonly = TRUE); par(oldpar)
around
changes.layout()
with layout(1)
when
used.If using fastfocal in academic work, cite this version as:
Wan, H.Y. (2025). fastfocal v0.1.3. GitHub. https://github.com/yourrepo/fastfocal/releases/tag/v0.1.3
terra::focal()
under
na.rm=TRUE/FALSE
and na.policy="omit"
; removed
speckle artifacts at NA boundaries.2*3*5
factors) to avoid large-prime slowdowns in FFTs.{terra}
with
\pkg{terra}
).\eqn{\sigma}
).oldpar <- par(no.readonly = TRUE); on.exit(par(oldpar), add = TRUE)
in chunks that modify par(...)
.on.exit(layout(1), add = TRUE)
in chunks that use
layout(...)
.options()
or working directory in
examples/vignettes.index.Rmd
and
benchmark.Rmd
) with correct version numbers and DOI.sum
and
mean
; other statistics handled by the terra
backend.inst/CITATION
file so that
citation("fastfocal")
prints the DOI and pkgdown URL.