spiral_opt | R Documentation |
Global options
spiral_opt(..., RESET = FALSE, READ.ONLY = NULL, LOCAL = FALSE, ADD = FALSE)
... |
Arguments for the parameters, see "details" section. |
RESET |
Whether to reset to default values. |
READ.ONLY |
Please ignore. |
LOCAL |
Please ignore. |
ADD |
Please ignore. |
There are the following global parameters:
min_segment_len
Minimal length of the segment that partitions a curve.
help
Whether to print the help messages?
To access the value of an option: spiral_opt$name
where name
is the name of the option. To set a new value
for an option: spiral_opt$name = new_value
.
A list of options.
spiral_opt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.