Description Usage Arguments Value Examples
Coerces a dataset into a streamline.
1  | as_streamline(input, validate = TRUE, ...)
 | 
validate | 
 A boolean specifying whether the class of the input object
should be checked (default:   | 
streamline | 
 Input dataset.  | 
A streamline.
1 2 3  | file <- system.file("extdata", "CC_SingleTensor.csv", package = "fiber")
cc <- read_tract(file)
as_streamline(cc$data[[1]])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.