We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey! I came across this from your Blog, your work is awesome! I tried re-creating the Mandalas in Rstudio, but when I get to this point:
Angles of points from center: angles=seq(0, 2pi(1-1/points), length.out = points)+pi/2
I actually get an error: Error in seq.default(0, 2 * pi * (1 - 1/points), length.out = points) : 'to' must be a finite number
I'm super new to R programming and would love to try using R to create art. Do you know what I might be doing wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey! I came across this from your Blog, your work is awesome! I tried re-creating the Mandalas in Rstudio, but when I get to this point:
Angles of points from center:
angles=seq(0, 2pi(1-1/points), length.out = points)+pi/2
I actually get an error:
Error in seq.default(0, 2 * pi * (1 - 1/points), length.out = points) :
'to' must be a finite number
I'm super new to R programming and would love to try using R to create art. Do you know what I might be doing wrong?
The text was updated successfully, but these errors were encountered: