Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

BIOMOD.stored.objects-class

BIOMOD.stored.xxx objects class


Description

All BIOMOD.stored.xxx objects are there to make some RAM savings by loading some objects only when they are needed. We just keep a link to the place were those objects are stored when we don't need them anymore. They are kind of pointers to objects created within biomod2 and having a copy on hard drive. It can be consider just as a code trick.

Slots

Each BIOMOD.stored.xxx objects has 3 slot:

inMemory:

"logical", is the object already loaded on RAM?

link:

"character", path to the hard drive copy of the object

val:

NULL or the object if loaded.. The object class is different for each BIOMOD.stored.xxx objects

Author(s)

Damien Georges

Examples

showClass("BIOMOD.stored.files")

biomod2

Ensemble Platform for Species Distribution Modeling

v3.4.6
GPL-2
Authors
Wilfried Thuiller [aut, cre], Damien Georges [aut, cre], Robin Engler [aut], Frank Breiner [aut]
Initial release
2020-02-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.