View source: R/bezier_private_functions.R
validateAndConvertVectorInputs | R Documentation |
It checks that a vector makes sense in its grid parameters. It also creates an origo at point 0 if none is provided.
validateAndConvertVectorInputs(x, y, x_origo, y_origo)
x |
The x point of the vector |
y |
The y point of the vector |
x_origo |
The x origin if other than 0 |
y_origo |
The y origin if other than 0 |
list with the input variables checked and converted if necessary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.