Skip to content

Commit ef7cf28

Browse files
committed
Merge branch 'traits_tutorials' of github.com:terraref/tutorials into traits_tutorials
2 parents 0d16dc8 + 5dcecd5 commit ef7cf28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

traits/05-maricopa-field-scanner.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sites <- betydb_query(
2929
city = "Maricopa", sitename = "~Season 2 range", limit = "none")
3030
```
3131

32-
A more robust (but complicated way) would be to query the experiments and experiments_sites tables. But we will leave that for later.
32+
A more robust (but complicated way) would be to query the experiments and experiments_sites tables. But we will leave that as an exercise for the ambitious user.
3333

3434
### Plot Season 2 plots
3535

@@ -78,7 +78,7 @@ leaflet() %>%
7878
```{r}
7979
## Time series of canopy cover, height, NDVI
8080
81-
#First look up variables by name. Let's look for measurements related to canopy size:
81+
First look up variables by name. Let's look for measurements related to canopy size:
8282
8383
```
8484

0 commit comments

Comments
 (0)