mark | R Documentation |
A mark object is a close mapping to a vega mark object. Vega marks are documented in https://vega.github.io/vega/docs/marks/.
mark(type, props, data)
is.mark(x)
type |
A string with the vega type. |
props |
A list of properties, created by |
data |
A reactive data object. |
This function is designed to be used by authors of new types of mark.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.