BSc in microbiology and statistics in NZ looking for work
They/them 🏳️🌈
draw_ellipse <- function(a, b, xc, yc, colour) {
n = 72 # vertices
t = seq(0, 2 * pi, length = n)[1:(n - 1)]
x = xc + a * cos(t)
y = yc + b * sin(t)
coords = data.frame(x, y, colour)
return(coords)
}
draw_ellipse <- function(a, b, xc, yc, colour) {
n = 72 # vertices
t = seq(0, 2 * pi, length = n)[1:(n - 1)]
x = xc + a * cos(t)
y = yc + b * sin(t)
coords = data.frame(x, y, colour)
return(coords)
}
citation is Wikipedia because I don’t want to waste that much energy on this since I agree with the general sentiment that votes should count
citation is Wikipedia because I don’t want to waste that much energy on this since I agree with the general sentiment that votes should count