VitessceConfigCoordinationScope | R Documentation |
Class representing a coordination scope in a Vitessce view config.
Coordination scope in a VitessceConfig
c_type
The coordination type as a string.
c_scope
The coordination scope as a string.
c_value
The coordination value.
new()
Create a new coordination scope object.
VitessceConfigCoordinationScope$new(c_type, c_scope, c_value = NA)
c_type
A coordination type name.
c_scope
A coordination scope name.
c_value
An initial value for the coordination scope.
A new VitessceConfigCoordinationScope
object.
set_value()
Set the coordination value of this coordination scope object.
VitessceConfigCoordinationScope$set_value(c_value)
c_value
The value to set.
Invisible self, to allow chaining.
set_value_raw()
Set the coordination value of this coordination scope object, without unboxing.
VitessceConfigCoordinationScope$set_value_raw(c_value)
c_value
The value to set.
Invisible self, to allow chaining.
clone()
The objects of this class are cloneable with this method.
VitessceConfigCoordinationScope$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.