dismo icon indicating copy to clipboard operation
dismo copied to clipboard

R dismo package

Results 25 dismo issues
Sort by recently updated
recently updated
newest added

I'm running into a popup window error that says R has encountered a 'fatal error' and the session is being aborted when I run maxent() I've successfully ran the function...

Hello, For the sake of reproducible results I have already randomly split my occurrence records into training and testing, and would like to input these records into `dismo::maxent`. I have...

I am currently working with the dismo package in R, specifically utilizing the bioclim function to model species distribution. While exploring the plot function with objects obtained through the bioclim...

Hello! Is there a plan to implement 'terra' input formats (SpatRaster, SpatVector) in 'dismo' any time soon? Cheers!

Where can I find the source code for the two included jars? I'd like to build this from source.

The function is described as follows: De’ath, Glenn. 2007. “Boosted Trees for Ecological Modeling and Prediction.” Ecology 88 (1): 243–51. https://doi.org/10.1890/0012-9658(2007)88[243:BTFEMA]2.0.CO;2. The package authors don't update the package now, and...

Hi folks, sorry for the multiple recent messages. In my package, I call `gbm.plot`, and was looking to add a simple `abline` at 0: ``` png(filename = paste0("./",names(samples[i]),"/Gaus_Best_line_",as.character(get(Gaus_Best_Model)$gbm.call$predictor.names[p]),".png"), width =...

Please see issue https://github.com/rspatial/dismo/issues/38#issue-1668132872

change request Dear developers, I tried your gbm.step function to model continuous data in binomial distribution (e.g. proportion of successful cases). This is easy to run in original gbm but...

Hi there, Had some issues plotting predictor-response plots with ggPD_boot in dismo. Appeared to be a problem whereby the code overwrote the plots created under is.factor == TRUE with the...