get_boltzmann(
x,
method = "aggregation",
na_adjust = TRUE,
base = "log10",
relative = FALSE
)# S3 method for default
get_boltzmann(
x,
method = "aggregation",
na_adjust = TRUE,
base = "log10",
relative = FALSE
)
# S3 method for matrix
get_boltzmann(
x,
method = "aggregation",
na_adjust = TRUE,
base = "log10",
relative = FALSE
)
# S3 method for array
get_boltzmann(
x,
method = "aggregation",
na_adjust = TRUE,
base = "log10",
relative = FALSE
)
# S3 method for RasterLayer
get_boltzmann(
x,
method = "aggregation",
na_adjust = TRUE,
base = "log10",
relative = FALSE
)
# S3 method for RasterStack
get_boltzmann(
x,
method = "aggregation",
na_adjust = TRUE,
base = "log10",
relative = FALSE
)
# S3 method for RasterBrick
get_boltzmann(
x,
method = "aggregation",
na_adjust = FALSE,
base = "log10",
relative = FALSE
)
# S3 method for stars
get_boltzmann(
x,
method = "aggregation",
na_adjust = TRUE,
base = "log10",
relative = FALSE
)
# S3 method for SpatRaster
get_boltzmann(
x,
method = "aggregation",
na_adjust = TRUE,
base = "log10",
relative = FALSE
)