Skip to content

Commit e8fc277

Browse files
author
adivi
committed
some type edits in the readme for new plot_uncertainty text
1 parent d3555d2 commit e8fc277

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ High emissions: high initial carbon density (i.e., mean+SD) and low carbon fluxe
560560
#### Input files to `plot_uncertainty()`
561561
Inputs to `plot_uncertainty()` are .csv output files from `plot_caland()`. Within each .csv file, there can be any number of
562562
scenarios. Each group of scenarios must have a corresponding .csv file for the mean, low, and high emissions. It is possible
563-
to plot up to three groupings (a, b, c) with `plot_uncertainty()`. Three scenario groups ammounts to a total of nine .csv
564-
input files to `plot_uncertainty()`; three input .csv files (mean, low, and high emissions) for each group. All .csv files
563+
to plot up to three groupings (a, b, c) with `plot_uncertainty()`. Three scenario groups amounts to a total of nine .csv
564+
input files to `plot_uncertainty()`: three input .csv files (mean, low, and high emissions) for each group. All .csv files
565565
have matching formats. For a single group ("group a"), they are assumed to be in caland/outputs/mean, caland/outputs/low,
566566
caland/outputs/high, respectively, unless `figdir` is specified differently than the default:
567567
`figdir = c("mean","low","high")`.
@@ -571,7 +571,7 @@ caland/outputs/high, respectively, unless `figdir` is specified differently than
571571
2. `end_year`: year to end plotting; default is `end_year = 2051`.
572572
3. `varname`: name of a single variable to plot (see the .csv output filenames from `plot_caland()`); the variable name is between the land type and "\_output" in these file names. However, do not include the surrounding "\_" characters.
573573
4. `ylabel`: label for y-axis corresponding to the units of your selected output variable, and whether they are changes from baseline (i.e., `varname` ending in "diff") or absolute values. Note that this function does not convert units so the output units of your desired plotting variable must be correctly matched with the .csv file.
574-
- Here are some exmaples:
574+
- Here are some examples:
575575
- `ylabel = "Change from Baseline (MMT CO2eq)"`
576576
- `ylabel = "MMT CO2eq"`
577577
- `ylabel = "Change from Baseline (MMT C)"`

0 commit comments

Comments
 (0)