print.angle | R Documentation |
The value is displayed in degrees
## S3 method for class 'angle' print(x, ...)
x |
An object of class "angle". |
... |
Additional arguments passed to the print methods |
No values. A message is displayed which includes information on the angle.
# Create an angle of 90 degrees using radians ang1 <- angle(pi/2,FALSE) # Display its value print(ang1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.