TheoreticalEcology / s-jSDM

Scalable joint species distribution modeling
https://cran.r-project.org/web/packages/sjSDM/index.html
GNU General Public License v3.0
68 stars 14 forks source link

Unable to scale negative R squareds #149

Open 1circle opened 2 months ago

1circle commented 2 months ago

Hi All, After using negatives = "scale" parameter in plot function, R2 is still not in the range 0-1 [right side, species plot]. And here is my code: results <- internalStructure(model_anv,fractions = "proportional") plot(results, negatives = "scale") Is there any way to get the species plot's R squareds in the 0-1 range. image

MaximilianPi commented 2 months ago

hi @1circle, the negative argument only refers to the partial R2s (the three corners) and not the absolute R2s.