Skip to content

Commit

Permalink
typo in ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jogaudard committed May 1, 2024
1 parent b94807a commit e37b331
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ slopes_lin_liahovden_120 |>
```

The exponential fit is used in a similar way.
It uses the exponential expression shown in @zhaoCalculationDaytimeCO22018a.
It uses the exponential expression shown in @zhaoCalculationDaytimeCO22018.

```{r fitting_exp}
slopes_exp_liahovden <- flux_fitting(conc_liahovden, fit_type = "exponential")
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ slopes_lin_liahovden_120 |>
<img src="man/figures/README-plot_lin_cut-1.png" width="100%" />

The exponential fit is used in a similar way. It uses the exponential
expression shown in (**zhaoCalculationDaytimeCO22018a?**).
expression shown in Zhao *et al.* (2018).

``` r
slopes_exp_liahovden <- flux_fitting(conc_liahovden, fit_type = "exponential")
Expand Down Expand Up @@ -344,3 +344,17 @@ poster](https://github.com/jogaudard/fluxible/blob/main/dissemination/poster_EGU
<!-- [Link to the abstract](https://meetingorganizer.copernicus.org/EGU24/EGU24-956.html) -->

#### References

<div id="refs" class="references csl-bib-body hanging-indent"
entry-spacing="0" line-spacing="2">

<div id="ref-zhaoCalculationDaytimeCO22018" class="csl-entry">

Zhao, P., Hammerle, A., Zeeman, M. and Wohlfahrt, G. (2018), “[On the
calculation of daytime CO2 fluxes measured by automated closed
transparent chambers](https://doi.org/10.1016/j.agrformet.2018.08.022)”,
*Agricultural and Forest Meteorology*, Vol. 263, pp. 267–275.

</div>

</div>

0 comments on commit e37b331

Please sign in to comment.