Skip to contents

Display information about any object created through the ibis.iSDM R-package.

Usage

# S3 method for distribution
print(x, ...)

# S3 method for BiodiversityDistribution
print(x, ...)

# S3 method for BiodiversityDatasetCollection
print(x, ...)

# S3 method for BiodiversityDataset
print(x, ...)

# S3 method for PredictorDataset
print(x, ...)

# S3 method for DistributionModel
print(x, ...)

# S3 method for BiodiversityScenario
print(x, ...)

# S3 method for Prior
print(x, ...)

# S3 method for PriorList
print(x, ...)

# S3 method for Engine
print(x, ...)

# S3 method for Settings
print(x, ...)

# S3 method for Log
print(x, ...)

# S3 method for Id
print(x, ...)

# S4 method for Id
print(x, ...)

# S4 method for tbl_df
print(x, ...)

Arguments

x

Any object created through the package.

...

not used.

Value

Object specific.

See also

Examples

if (FALSE) {
# Where mod is fitted object
mod
print(mod)
}