Set or get the top, left and right angles of a
ternarySystem
object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | tlrAngles(s, ...)
## S3 method for class 'ternarySystem'
tlrAngles(s, ...)
## S3 method for class 'ternaryGeometry'
tlrAngles(s, ...)
tlrAngles( s, ... ) <- value
## S3 replacement method for class 'ternarySystem'
tlrAngles(s, ...) <- value
## S3 replacement method for class 'ternaryGeometry'
tlrAngles(s, ...) <- value
ternaryGeometry( s, ... ) <- value
|
s |
A |
value |
Vector of three numerical values, summing to 180. Top, left and right angles of the ternary system object. |
... |
Additional parameters passed to specific methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.