backendInitialize | R Documentation |
These methods are used for implementations of backends e.g. for Spectra
or Chromatograms
object to initialize the backend, merge backends or
extract specific information from them.
See the respective help pages (e.g. in the Spectra
or Chromatograms
packages) for information on the actual implementations of these methods.
backendInitialize(object, ...)
isReadOnly(object)
setBackend(object, backend, ...)
backendMerge(object, ...)
backendBpparam(object, ...)
backendParallelFactor(object, ...)
supportsSetBackend(object, ...)
object |
The backend object. |
... |
Optional parameters. |
backend |
A backend object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.