Description Usage Arguments Details
Create an axis from inputs 'n'umber, 'min'imum and 'max'imum, and optionally a 'name'. The name is intended to be present and unique for downstream use, but in isolation are optional.
1 2 3 4 |
n |
number of discrete steps in the axis |
min |
the minimum location in the axis (defaults to zero) |
max |
the maximum location in the axis (defaults to 'n') |
name |
a name to apply to the axis |
Continuous axes are supported, but only for some kind of completeness. The intention is for straightforward 1-D discretization and the ability to be continuous is probably better supported elsewhere (i.e. the scales package).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.