is_angle | R Documentation |
is_angle()
tests whether an object is an angle vector
is_angle(x)
x |
An object |
A logical value
a <- angle(180, "degrees")
is_angle(a)
is_angle(pi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.