These methods convert `fmristore` specific objects to data frames,
implementing the S4 generic function as.data.frame from the `base` package.
Usage
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
# S4 method for class 'H5ParcellatedScanSummary'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Arguments
- x
An object for which a `as.data.frame` method is defined.
- row.names
A character vector giving the row names for the data frame, or NULL.
- optional
Logical. If TRUE, setting row names and converting column names
is optional.
- ...
Additional arguments passed to the underlying as.data.frame methods.
See also
Other H5Cluster:
H5ParcellatedMultiScan-class,
[,H5ParcellatedScan,ANY,ANY,ANY-method,
[,H5ParcellatedScan,ANY,missing,ANY-method,
as.matrix(),
dim(),
linear_access-methods,
make_run_full(),
make_run_summary(),
series(),
show,H5ParcellatedScan-method