run | R Documentation |
Run a pipeline and return an image result
run(pipe, precision = getOption("imbibe.precision", "double"))
pipe |
An operation pipeline. |
precision |
The internal precision used for calculations. May be
|
An image
im <- RNifti::readNifti(system.file("extdata", "example.nii.gz", package="RNifti")) pipe <- im %>% threshold_below(500) %>% binarise() run(pipe)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.