vec3_character: Vector3 Conversions to and from Character

vec3_characterR Documentation

Vector3 Conversions to and from Character

Description

Vector3 Conversions to and from Character

Usage

## 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 = "\\((.*),(.*),(.*)\\)")

Arguments

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.


MrMallIronmaker/dddr documentation built on May 11, 2022, 8:39 p.m.