Description Usage Arguments Functions Examples
Function to use in motif()
and style specific elements.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | element(
...,
shape = NULL,
figure = c("point", "area", "edge", "line", "interval", "polygon", "schema"),
state = c("default", "active", "inactive", "selected")
)
elementPoint(
...,
shape = c("hollow-circle", "cross", "hypen", "line", "plus", "tick", "circle",
"square", "bowtie", "diamond", "hexagon", "triangle", "triangle-down",
"hollow-square", "hollow-bowtie", "hollow-triangle-down"),
state = c("default", "active", "inactive", "selected")
)
elementLine(
...,
shape = c("line", "dot", "dash", "smooth", "hv", "vh", "hvh", "vhv"),
state = c("default", "active", "inactive", "selected")
)
elementArea(
...,
shape = c("area", "smooth", "line", "smooth-line"),
state = c("default", "active", "inactive", "selected")
)
elementEdge(
...,
shape = c("line", "vhv", "smooth", "arc"),
state = c("default", "active", "inactive", "selected")
)
elementInterval(
...,
shape = c("rect", "hollow-rect", "line", "tick", "funnel", "pyramid"),
state = c("default", "active", "inactive", "selected")
)
elementPolygon(..., state = c("default", "active", "inactive", "selected"))
elementSchema(
...,
shape = c("box", "candle"),
state = c("default", "active", "inactive", "selected")
)
|
... |
Key value pairs to pass to |
shape |
Shape to modify, if |
figure |
Figure to modify. |
state |
State of the shape to modify. |
element()
will work for any figure, but other
functions may be more convienient to use.
element
: Customise any element.
elementPoint
: Customise point.
elementLine
: Customise line.
elementArea
: Customise area.
elementEdge
: Customise edge.
elementInterval
: Customise interval.
elementPolygon
: Customise polygon.
elementSchema
: Customise schema.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.