2024-11-20
It contains three important types of content:
---
s.````
.# heading
and _italics_
.https://ucsbcarpentry.github.io/Reproducible-Publications-with-RStudio-Quarto/08-code-chunks/index.html#key-points
Learn how to externally source code source()
Learn how to modularize your code to make it more reproducible
Use a chunk at the beginning of your document to load libraries and data globally to make your document more efficient.
Write a function for calculating the “roundness” of a POLYGON geometry. Take a look at Wikipedia for details but use the formula:
Roundness = (4π × Area) / Perimeter^2