Questions tagged [sdmtools]
7 questions
6
votes
4 answers
R - Can't install 'SDMTools' for R version 3.6.2
I have issues insalling the R packages SDMTools.
install.packages("SDMTools")
Installing package into ‘C:/Users/aaa/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘SDMTools’ is not available (for R…

Andrew
- 678
- 2
- 9
- 19
4
votes
0 answers
R Dismo package: Difference of test AUC of maxent results and evaluate() function
I would like to ask a more theoretical question about the methods in the dismo package in R: why is the resulting area under the curve characteristics (AUC) so different between the evaluate() function and the AUC of the test data in the maxent()…

Merijn Moens
- 41
- 2
1
vote
0 answers
SDMTools package has non-zero exits
I have been trying to install the SDMTools package from github, using devtools, and have also tried to install from the Cran archive, below is the code for installing through github:
devtools::install_github("jjvanderwal/SDMTools")
this is then the…

michael fitzpatrick
- 11
- 2
1
vote
1 answer
Pairwise raster comparison in R: alternative to for-loop?
How to efficiently compare pairs of distribution rasters (raster layers containing only 0 and 1)? I need to get a measure of the similarity among ~6500 individual global rasters. Istat from SDMTools should do the job.
Here is my code:…

SophiaL
- 61
- 7
1
vote
1 answer
SDMTools: how to calculate total edge of a patch excluding landscape boundary?
I'm using Classtat (SDMtools package) to calculate the total edge\edge density of a patch type (class) i in a restricted area (buffer) of a landscape . The problem is when I do that the buffer boundary is considered an edge. There is a way to…

Diogo Ferreira
- 11
- 2
0
votes
0 answers
BIOMOD_projection TSS Binary Transformation switched off because no corresponding evaluation method found
i was doing a single & ensemble modeling of "Protea laurifolia" from a tutorial for BioMod2 package i found on github. when im trying to do the current and future projections using BIOMOD_Projection & BIOMOD_EnsembleForecasting functions the eror…

Sandeep
- 1
0
votes
2 answers
R 3.6.2 - SDMTools not available
I followed the steps from:
How do I install an R package from source?
but unfortunately, it did not work out, and I even tried a couple of different versions available in:
https://cran.r-project.org/src/contrib/Archive/SDMTools/
After running this…

Joquim
- 21
- 6