
ellipse3(cx, cy, rx, ry, theta = 0, yaxis = TRUE,
pointsonly = FALSE, fill = FALSE, ...)
calc_sde
, as_radians
plot.new()
plot(10,10, type="n")
ellipse3(cx = 10, cy = 8, rx = 2, ry = 1, theta = as_radians(45),
yaxis = TRUE, pointsonly = FALSE, fill = FALSE, col=6)
Run the code above in your browser using DataLab