You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# cropSpreadR: Exploring Spread Processes and Rates of Maize Agriculture
2
2
3
3
`cropSpreadR` is an *R* package implementing functions to perform
4
-
analysis on the spread processes of maize agriculture.
4
+
analysis on the spread processes and movement rates of maize agriculture.
5
5
6
6
This is the official R package for [cropSpreadR](https://github.com/Archaeo-Programmer/cropSpreadR),
7
7
which contains all code associated with the analyses described and presented, including figures and tables, in Gillreath-Brown et al. 2022 (submitted):
8
8
9
-
Gillreath-Brown, A., D. Bird, and T. A. Kohler (2022). What Limited the Spread of Maize in the Prehispanic US Southwest? Submitted to *Journal of Archaeological Science: Reports* for review.
9
+
Gillreath-Brown, A., D. Bird, and T. A. Kohler (2022). Rate Variability on the Maize Northern Frontier in the Prehispanic Southwestern United States: Implications for Earliest Maize. Submitted to *Journal of Archaeological Science: Reports* for review.
10
10
11
11
All code for analysis, figures, and tables is in [Maize_Spread_Processes.Rmd](vignettes/Maize_Spread_Processes.Rmd).
12
12
@@ -25,7 +25,6 @@ The [:file\_folder: vignettes](vignettes) directory contains:
25
25
26
26
-[:page\_facing\_up: Maize_Spread_Processes](vignettes/Maize_Spread_Processes.Rmd): R
27
27
Markdown document with all analysis and code to reproduce the figures and tables for the submitted paper (Gillreath-Brown et al. 2022).
28
-
It also has a rendered version, [Maize_Spread_Processes.html](vignettes/Maize_Spread_Processes.html), which shows figure and table output.
29
28
-[:file\_folder: figures](vignettes/figures): Plots, figures, and illustrations in the paper, including supplementary materials.
30
29
-[:file\_folder: tables](vignettes/tables): Tables in the paper, including supplementary materials.
31
30
@@ -45,12 +44,6 @@ You can compile the `cropSpreadR` analysis within R by entering the following in
If you do not want to compile the R Markdowns, then you can retrieve a readable HTML file by navigating to [Maize_Analysis.html](vignettes/Maize_Analysis.html). Then, click "Raw" and save the file as "Maize_Analysis.html" (i.e., save file with `.html` extension or as HTML file type). Another option, after installing the `cropSpreadR` package, is to use `rstudioapi::viewer` in the R console:
Another option for reproducing the results is to use the package itself and follow along with the vignette, [cropSpreadR](vignettes/cropSpreadR.Rmd). Data and functions are already loaded into the package.
0 commit comments