Package: Euclimatch 1.0.2
Euclimatch: Euclidean Climatch Algorithm
An interface for performing climate matching using the Euclidean "Climatch" algorithm. Functions provide a vector of climatch scores (0-10) for each location (i.e., grid cell) within the recipient region, the percent of climatch scores >= a threshold value, and mean climatch score. Tools for parallelization and visualizations are also provided. Note that the floor function that rounds the climatch score down to the nearest integer has been removed in this implementation and the “Climatch” algorithm, also referred to as the “Climate” algorithm, is described in: Crombie, J., Brown, L., Lizzio, J., & Hood, G. (2008). “Climatch user manual”. The method for the percent score is described in: Howeth, J.G., Gantz, C.A., Angermeier, P.L., Frimpong, E.A., Hoff, M.H., Keller, R.P., Mandrak, N.E., Marchetti, M.P., Olden, J.D., Romagosa, C.M., and Lodge, D.M. (2016). <doi:10.1111/ddi.12391>.
Authors:
Euclimatch_1.0.2.tar.gz
Euclimatch_1.0.2.zip(r-4.5)Euclimatch_1.0.2.zip(r-4.4)Euclimatch_1.0.2.zip(r-4.3)
Euclimatch_1.0.2.tgz(r-4.4-x86_64)Euclimatch_1.0.2.tgz(r-4.4-arm64)Euclimatch_1.0.2.tgz(r-4.3-x86_64)Euclimatch_1.0.2.tgz(r-4.3-arm64)
Euclimatch_1.0.2.tar.gz(r-4.5-noble)Euclimatch_1.0.2.tar.gz(r-4.4-noble)
Euclimatch_1.0.2.tgz(r-4.4-emscripten)Euclimatch_1.0.2.tgz(r-4.3-emscripten)
Euclimatch.pdf |Euclimatch.html✨
Euclimatch/json (API)
NEWS
# Install 'Euclimatch' in R: |
install.packages('Euclimatch', repos = c('https://justinhubbard.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/justinhubbard/euclimatch/issues
Last updated 2 months agofrom:cac89a0b0e. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-win-x86_64 | OK | Nov 02 2024 |
R-4.5-linux-x86_64 | OK | Nov 02 2024 |
R-4.4-win-x86_64 | OK | Nov 02 2024 |
R-4.4-mac-x86_64 | OK | Nov 02 2024 |
R-4.4-mac-aarch64 | OK | Nov 02 2024 |
R-4.3-win-x86_64 | OK | Nov 02 2024 |
R-4.3-mac-x86_64 | OK | Nov 02 2024 |
R-4.3-mac-aarch64 | OK | Nov 02 2024 |
Exports:climatch_parclimatch_plotclimatch_sumclimatch_vecextract_clim_data
Dependencies:codetoolsdoParallelforeachiteratorsRColorBrewerRcppRcppParallelterra
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Run climatch in parallel | climatch_par |
Plot or Create SpatRaster of Climatch Data | climatch_plot |
Climatch Summary Score | climatch_sum |
Euclidean climatch scores | climatch_vec |
Extract Climate Data | extract_clim_data |