Description Usage Arguments Author(s) Examples
Convenience function to rotate the diagram by an angle in degrees or radians.
1 | theme_rotate(degrees = 60, radians = degrees * pi/180)
|
degrees, radians |
specify the angle to rotate the plot by in either degrees or radians.
If both |
Nicholas Hamilton
1 2 3 | x = ggtern(data.frame(x=1,y=1,z=1),aes(x,y,z))
for(a in seq(0,60,by=15))
print(x + theme_rotate(a))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.