vec3_character | R Documentation |
Vector3 Conversions to and from Character
## S3 method for class 'dddr_vector3' format(x, ..., digits = 4) ## S3 method for class 'dddr_vector3' as.character(x, ...) as_vector3(x, ...) ## S3 method for class 'character' as_vector3(x, ..., regex = "\\((.*),(.*),(.*)\\)")
x |
an object to be converted |
... |
arguments passed along to underlying methods 'as.character' or 'format' |
digits |
number of decimal digits to produce |
regex |
regular expression used to parse. The three groups should produce x, y, and z values in order. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.