Giter Site home page Giter Site logo

Comments (3)

danlwarren avatar danlwarren commented on July 30, 2024

Man, I just cannot figure out why this isn't plotting. When you call plot() on an enmtools.maxent object manually it plots just fine, but it simply refuses to do it from the summary function. Just weird.

from enmtools.

nahuron avatar nahuron commented on July 30, 2024

Is this still the case? I was able to get summary(enmtools.maxent(my_model)) to produce the suitability plot with some of my data. If it is, I am happy to chase it down with a reproducible example!

from enmtools.

danlwarren avatar danlwarren commented on July 30, 2024

Yeah it's weird because it works when you call summary, but not when you just call the object itself. For instance:

test <- enmtools.maxent(iberolacerta.clade$species$monticola,
euro.worldclim)
test

test2 <- enmtools.gam(iberolacerta.clade$species$monticola,
euro.worldclim)
test2

The second one will show the suitabilities, the first one won't. Both work when you explicitly call summary() or print(), but maxent models don't show anything when you just call the model itself.

from enmtools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.