read_ng_raw | R Documentation |
Read raw neuroglancer data - currently only supports mesh format
read_ng_raw(x, read_data = TRUE, Verbose = FALSE)
x |
Path to one or more files OR a directory (in which case all files are read). |
read_data |
Whether to read the data (default when |
Verbose |
Whether to print some status messages (default |
An object of class 'ng_raw_list' containing one or more chunks of
data of class 'ng_raw'. When x
contains multiple files, all the
chunks are merged into a single list.
See https://github.com/google/neuroglancer
## Not run:
res <- read_ng_raw("meshdata/chunk00789.raw")
resh <- read_ng_raw("meshdata/chunk00789.raw", read_data=FALSE)
resl <- read_ng_raw(dir("meshdata", full.names = TRUE))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.