Advertisement · 728 × 90

Posts by Konstantinos Kougioumoutzis | kkougiou.com

Preview
Plant diversity estimates of Mediterranean islands differ among biodiversity databases Large-scale biodiversity databases encompass three main types of data for plants, namely single species point occurrences, co-occurrences in vegetation plots, and checklists for specific areas. Evide...

🌿 How many plant species live on Mediterranean islands?
More than we think—and it depends on the database.

📄 Open access: nsojournals.onlinelibrary.wiley.com/doi/10.1002/...

5 days ago 0 1 1 0
Getting started | Species Distribution Toolkit Documentation for SpeciesDistributionToolkit.jl

In preparation for the next iteration of my data science class, I've made many updates to our #JuliaLang species distribution package. There's now a "Getting started" tutorial that, I think, is pretty good, and is meant to get you started within 20 minutes!

🌏

poisotlab.github.io/SpeciesDistr...

1 week ago 12 6 1 0

📖Published📖

In this study, authors propose DeepMaxent, a new species distribution models method for presence-only data that generalizes Maxent to multi-species deep neural networks with a direct relationship to a Poisson count loss 🌍 🧪 Read here 👇

2 weeks ago 9 4 0 0
Preview
The dos and don’ts for predicting invasion dynamics with species distribution models - Biological Invasions Invasion dynamics are context-dependent and non-equilibrial, with invasive spread and associated impacts continuously unfolding contingent on pathway, history, and chance, over features of recipient e...

The dos and don’ts for predicting invasion dynamics with species distribution models 🌎🌐🧪 #bioinvasions link.springer.com/article/10.1...

1 week ago 7 3 0 0
Climate niche models correctly predicted the direction of some empirically documented range shifts for bird species in the genus Tyrannus.
CREDIT: Jeewantha Bandara.

Climate niche models correctly predicted the direction of some empirically documented range shifts for bird species in the genus Tyrannus. CREDIT: Jeewantha Bandara.

Climate niche models underestimate the speed with which species move in response to climate change, according to comparisons between the models and observed shifts for more than 3,500 species. Median rates were four times faster than predicted. In PNAS: https://ow.ly/Mokn50YCqty

2 weeks ago 20 8 0 1

Fantastic & amazing collaboration & research project about modelling & predicting the future of our global floras in a world of Plant invasions!

Almost 10.000 SDMs & range projections😱😍💪

2 weeks ago 12 8 0 0
Post image Post image Post image

The geobounds package by Diego Hernangómez gives you direct access to the open global geoBoundaries dataset. 🗺️

URL: dieghernan.github.io/202602_geobo...

#RStats #RSpatial #GISchat

3 weeks ago 20 2 0 0
Preview
Summarise and Explore Continuous, Categorical and Date Variables Explore continuous, date and categorical variables with summary statistics, visualisations, and frequency tables. Brings the ease and simplicity of the sum and tab commands from Stata to R, including ...

Pleased to announce a new version of {sumvar} 0.2.0 for R, on CRAN.

Feed sumvar your data and watch it summarise instantly.

Continuous variables:
df %>% dist_sum(var, group)
Categorical:
df %>% tab(var1, var2)
The whole database:
df %>% explorer()
#rstats
alstockdale.github.io/sumvar/

1 month ago 6 2 0 0
Advertisement
Preview
Lessons learned using species’ distribution models for conservation planning in the Golden Gate Biosphere reserve Conservation practitioners responsible for maintaining biodiversity and ecosystem services within protected areas require information about how dominant plant species may reassemble under rapid…

New research by @dramalamujer.bsky.social and colleagues used SDMs to project plant species habitat shifts in the Golden Gate Biosphere, showing complex responses to climate change and identifying refugia. The results underscore the need for multi-scale conservation planning.

1 month ago 0 3 0 0
Preview
Downscaling daily solar radiation in the Canary Islands with GAM Researcher in climate science at MBG-CSIC

🆕 BLOG POST
There’s so much more to spatial downscaling today than classic LM or kriging. In my new blog post, I show how flexible and powerful GAMs can be for this task. #rstats #dataviz

➡️ dominicroye.github.io/blog/canary-...

1 month ago 35 16 2 0
Preview
A Few Claude Skills for R Users – R Works The community has come together to create some great Claude Skills that you can try out today.

I rounded up a few Claude Skills for #RStats users.

Huge thanks to the creators who developed them. They share Skills for everything from tidyverse code to brand.yml files to learning while using AI.

Hope the list is useful, and please let me know what I missed! 🧡

rworks.dev/posts/claude...

1 month ago 155 40 4 6
Preview
GitHub - cribbie/negligible: This package contains many functions for conducting negligible effect statistical testing (also called equivalence testing). This package contains many functions for conducting negligible effect statistical testing (also called equivalence testing). - cribbie/negligible

This #rstats #package #negligible examine negligible effect / #equivalent testing in #SEM model after #lavaan, a few of the functions include
1) #neg.semfit (CFI, RMSEA, SRMR)
2) #neg.normal

github.com/cribbie/negl...

1 month ago 9 5 0 0
Post image Post image Post image

supercells helps group raster cells into meaningful spatial units for analysis and ML.

v2 adds many new features.

Docs: jakubnowosad.com/supercells/a...

Please try it and share feedback, suggestions, or use cases -- your input will help shape the release 🙏

#rstats #RSpatial #GISchat

1 month ago 19 5 0 0
Post image

A Niche in the Machine: The Promise of AI Foundation Models for Species Distribution Modeling
doi.org/10.32942/X2V...

1 month ago 2 2 0 0

Feb. update to the LLM+R guide 💪

8 new packages including:
code review, predictive modeling, speech-to-text, text-to-speech, HuggingFace integration, Gemini CLI companion, a CLI coding agent written in R🤯 ,and more!

available in English 🇱🇷 and Spanish 🇲🇽
luisdva.github.io/llmsr-book/
#rstats

2 months ago 33 10 0 2
Post image Post image

🛖🗺️On the use of neighboring habitats as predictors of species distributions

vist.ly/4s6xc

#Animals #EcologicalNicheModelling #FocalPredictor #MultiScaleProcess #Plants #SpatialScale

2 months ago 12 4 0 0
Post image Post image

Flexible methods for species distribution modeling with small samples vist.ly/4rq4e #SDM #MaxEnt #NicheModels

2 months ago 16 6 0 0
Post image

New research showing a mismatch between projected spruce habitat suitability under climate change and current management practices in Sweden.
www.tandfonline.com/doi/full/10....

2 months ago 17 6 2 0
Advertisement

Been outside of academia for half a decade now, yet I’m still part of that universe. Life works in mysterious ways

2 months ago 0 0 0 0
Post image Post image Post image

R Coding for Ecology chapter on the cartogram package explores mapping ecological patterns with cartograms -- visualizing sampling bias by resizing regions based on data values.

Chapter: doi.org/10.1007/978-...
Code: github.com/RCodingForEc...

#RStats #GIS #DataViz #LandscapeEcology

2 months ago 18 7 0 0
Preview
When Good Fit Goes Bad: Identifying and Minimising Overfitting in Ecological Niche Models Aim To synthesise current understanding of overfitting as a pervasive and often underdiagnosed problem in correlative ecological niche models (ENMs), and to assess its consequences for model interpr...

Our last contribution is a review on correlative ecological niche models' overfitting. We examined diagnostic approaches and evaluated modelling practices related to sampling bias, predictor choice, study area definition, model complexity and regularisation.
doi.org/10.1111/jbi....

2 months ago 3 2 0 0
Preview
Species distribution modeling with expert elicitation and Bayesian calibration Species distribution models (SDM) are key tools in ecology, conservation, and natural resources management. They are traditionally trained with data on direct species observations. However, if collec....

Ever wondered how to use supra-Bayesian approach in species distribution modeling (SMDs). Well we present a framework for it and exemplify it with real data on fish reproduction area estimation.

nsojournals.onlinelibrary.wiley.com/doi/10.1002/...
1/3

2 months ago 6 4 1 0

📖 Published!

CISO, a deep learning-based method for species distribution modelling Conditioned on Incomplete Species Observations 🖥️ 🦌 🌍

🔎 Find out more:

2 months ago 13 6 0 0
Post image Post image

🗺️ fastfocal: fast moving-window and point extraction for rasters in R, optimized for large windows and common focal stats via FFT. Built on terra.

cran.r-project.org/package=fast...

#RStats #GIScience #RSpatial

3 months ago 7 4 0 0
Preview
Flexible methods for species distribution modeling with small samples Species distribution models (SDMs) predict where species live or could potentially live and are a key resource for ecological research and conservation decision-making. However, current SDM methods o....

New paper out today 🧵
Flexible methods for species distribution modeling with small samples (Ecography, OA). nsojournals.onlinelibrary.wiley.com/doi/10.1002/...

3 months ago 8 3 1 0
Advertisement

Check out our new paper in Ecological Modelling!

3 months ago 7 3 0 1
Preview
Divergent responses of endemic and non-endemic plant species to climate change in South American Lomas ecosystems Abstract. The Lomas ecosystem, situated along the arid coast of Peru, is a key refuge for biodiversity, characterized by unique vegetation adapted to dry c

【🎉Latest accepted article】
Divergent responses of endemic and non-endemic plant species to climate change in South American Lomas ecosystems

#Drought | #EndemicSpecies | #MaxEnt | #SpeciesDistributionModeling

@kvanmeerbeek.bsky.social
@kuleuvenplantinst.bsky.social

doi.org/10.1093/jpe/...

3 months ago 1 3 0 0

#rstats

3 months ago 9 3 1 0

Soooo if you use #RStats and Claude Code:
R console: install.packages("btw")
Terminal: claude mcp add -s "user" r-btw -- Rscript -e "btw::btw_mcp_server()"
And now Claude Code can answer questions about ANY R package installed on your system.

3 months ago 66 11 4 0

The Performance and Potential of Deep Learning for Predicting Species Distributions onlinelibrary.wiley.com/doi/10.1111/...

3 months ago 0 1 0 0