fanc_scene | R Documentation |
Return a sample Neuroglancer scene URL for FANC dataset
fanc_scene(ids = NULL, open = FALSE)
ids |
A set of root ids to include in the scene. Can also be a data.frame. |
open |
Whether to open the URL in your browser (see
|
See FANC slack for details.
A character vector containing a single Neuroglancer URL (invisibly
when open=TRUE
).
## Not run:
browseURL(fanc_scene())
fanc_scene(open=T)
fanc_scene("648518346498254576", open=T)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.