spm_as_dataset(data, name, time, uniqueID, coords = NULL, ...)# S4 method for data.frame,ANY,ANY,ANY,missingOrNULL
spm_as_dataset(
data,
name,
time,
uniqueID,
coords,
crs = NULL,
boundaries = NULL,
biomass = NULL,
density = NULL,
biomass_units = NULL,
density_units = NULL
)
# S4 method for data.frame,ANY,ANY,ANY,list
spm_as_dataset(
data,
name,
time,
uniqueID,
coords,
crs = NULL,
boundaries = NULL,
biomass = NULL,
density = NULL,
biomass_units = "kg",
density_units = "kg/km^2"
)
# S4 method for data.frame,ANY,ANY,ANY,character
spm_as_dataset(
data,
name,
time,
uniqueID,
coords,
crs = NULL,
boundaries = NULL,
biomass = NULL,
density = NULL,
biomass_units = "kg",
density_units = "kg/km^2"
)
# S4 method for sf,ANY,ANY,ANY,ANY
spm_as_dataset(
data,
name,
time,
uniqueID,
coords,
crs = NULL,
boundaries = NULL,
biomass = NULL,
density = NULL,
biomass_units = "kg",
density_units = "kg/km^2"
)