getStsDf.Rd
Extracts a data.frame of inferred gradients related to the course of a trajectory.
getStsDf(
object,
variables,
id = idST(object),
resolution = recSgsRes(object),
width = NULL,
unit = getDefaultUnit(object),
ro = c(0, 1),
bcs_exclude = NULL,
format = "wide",
control = NULL,
verbose = FALSE,
...
)
An object of class SPATA2
or, in case of S4 generics,
objects of classes for which a method has been defined.
Character vector. All numeric variables to be included in the screening process.
Distance measure. The resolution
with which the expression gradient is inferred. Defaults are platform specific.
See more in detail section of recSgsRes()
.
Distance measure. The width of the trajectory frame. Defaults to the trajectory length.
Character value. Specifies the desired unit in
which distance measures
or area measures are provided.
Run validUnitsOfLength()
or validUnitsOfArea()
for valid
input options.
The numeric range to which the output gradients is scaled. Defaults to c(0,1).
Character value containing the barcodes of observations to be excluded from the analysis.
Character value. Either 'long' or 'wide'. Defaults to 'wide'. If 'wide' each variable gets a column. If 'long', the data.frame is organized such that a column called variables contains the variable names and a column called 'values' contains the values.
A list of arguments as taken from stats::loess.control()
.
Default setting is stored in SPATA2::sgs_loess_control
.
Logical. If TRUE
, informative messages regarding
the computational progress will be printed.
(Warning messages will always be printed.)
Used to absorb deprecated arguments or functions.
Data.frame.