Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
202 views
in Technique[技术] by (71.8m points)

r - Error in biomod2 during maxent projection

I'm a novice in R, trying to do biomod2 I'm stuck in a maxent error while projecting the models. I will write my code and error below.

    myBiomomodProj <- BIOMOD_Projection(modeling.output = myBiomodModelOut,
                                            new.env = myExpl,
                                            proj.name = 'current',
                                            xy.new.env = myExpl,
                                            selected.models = 'all',
                                            binary.meth = 'ROC',
                                            filtered.meth = 'TSS',
                                            compress = 'xz',
                                            clamping.mask = T,
                                            do.stack=T)

The error is

> Building clamping mask

    > Projecting Acropora.muricata_PA1_RUN1_SRE ...
    > Projecting Acropora.muricata_PA1_RUN1_RF ...
    > Projecting Acropora.muricata_PA1_RUN1_MAXENT.Phillips ...Error in .rasterObjectFromFile(x, band = band, objecttype = "RasterLayer",  : 
  Cannot create a RasterLayer object from this file.
question from:https://stackoverflow.com/questions/65645734/error-in-biomod2-during-maxent-projection

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...