ngl_blank_scene | R Documentation |
defaults to the current segmentation defined by
choose_segmentation
when release=NULL
ngl_blank_scene(release = NULL, return.url = FALSE)
release |
character vector specifying a released segmentation via a known short name or a sample neuroglancer URL. |
return.url |
Whether to return a URL rather than a |
choose_segmentation
Other neuroglancer-urls:
flywire_ids()
,
flywire_scene()
,
ngl_decode_scene()
,
ngl_encode_url()
,
ngl_segments()
,
open_fafb_ngl()
# blank scene for current segmentation
ngl_blank_scene()
# add a specific id
ngl_blank_scene()+"720575940623755722"
# a different segmentation
ngl_blank_scene("202004")
u=ngl_blank_scene("202004", return.url=TRUE)
## Not run:
u=ngl_blank_scene("sandbox")
browseURL(u)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.