Skip to content

Commit

Permalink
readme stage
Browse files Browse the repository at this point in the history
  • Loading branch information
fpirotti committed Dec 10, 2023
1 parent f4d117d commit 7aaf8bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
8 changes: 1 addition & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,7 @@ Plotting combinations of 10 values from two factors, Air Temperature and
Wind Speed:

```{r fig.path="man/figures/README-"}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
Tair_values <- (1:20)*2
wind_speed_values <- (1:20)/4
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ Plotting combinations of 10 values from two factors, Air Temperature and
Wind Speed:

``` r
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)

Tair_values <- (1:20)*2
wind_speed_values <- (1:20)/4

Expand Down Expand Up @@ -148,7 +142,6 @@ NB: what changes is the Mean Radiant Temperature, which is estimated by
using 3D data.

``` r

knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
Expand Down

0 comments on commit 7aaf8bb

Please sign in to comment.