Skip to content

Commit

Permalink
Mention output directory in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNilssonBio committed Jul 12, 2022
1 parent e189c2e commit e0bc008
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,16 @@ source("main.R")

This should generate HTML output files for each of seven tables (Tables 1-2, S1-S5) and SVG output files for each of five figures (Figures 2-5, S1). It will also generate an HTML output file containing a small table of data on count control larvae, which is summarized in prose in the paper. You can customize the output by editing the `config.yml` file. Note that there is no output for Figure 1 because that figure is simply an illustration and is not generated from the data.

Output files are put in a directory named `output`:
```
NilssonPernet2022/
├── output/
│ ├── Fig_2.svg
│ ├── Fig_3.svg
│ └── (various other output files...)
├── main.R
└── (various other files and directories...)
```

## References
Nilsson P, Pernet B (2022) Echinoid larvae can express food-conditioned morphological plasticity at ecologically relevant culture densities. Marine Ecology Progress Series 694 (in press).

0 comments on commit e0bc008

Please sign in to comment.