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
Replace
b <- sqrt(a)
with
b <- sqrt(4)
so as to make the code executable and/or provide more context for learners that work through the lesson on their own.
The text was updated successfully, but these errors were encountered:
Further comment from Maria:
Yes it’s a good point, I had a look at the lesson it was adapted from https://datacarpentry.org/R-ecology-lesson/01-intro-to-r.html and they have weight_kg <- sqrt(10) which follows better to me to what went before (creating and using weight_kg), so maybe could use that too?
Yes it’s a good point, I had a look at the lesson it was adapted from https://datacarpentry.org/R-ecology-lesson/01-intro-to-r.html and they have
weight_kg <- sqrt(10)
which follows better to me to what went before (creating and using weight_kg), so maybe could use that too?
Sorry, something went wrong.
No branches or pull requests
Replace
with
so as to make the code executable and/or provide more context for learners that work through the lesson on their own.
The text was updated successfully, but these errors were encountered: