as_point1d | R Documentation |
as_point1d()
casts to a Point1D object.
as_point1d(...)
## S3 method for class 'numeric'
as_point1d(a, b, ...)
## S3 method for class 'character'
as_point1d(x, ...)
## S3 method for class 'Coord1D'
as_point1d(normal, ...)
## S3 method for class 'Point1D'
as_point1d(point, ...)
... |
Passed to other function such as |
a , b |
Numeric vectors that parameterize the point via the equation |
x |
A (character) vector to be cast to a Point1D object |
normal |
Coord1D class object. |
point |
A Point1D object |
p1 <- as_point1d(a = 1, b = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.