Skip to content
Snippets Groups Projects
Commit a96c8d75 authored by Francesco Sabatini's avatar Francesco Sabatini
Browse files

Added releve plot size to Patagonia

parent 68f96614
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,14 @@ header <- header %>% ...@@ -162,7 +162,14 @@ header <- header %>%
`Location uncertainty (m)`)) %>% `Location uncertainty (m)`)) %>%
dplyr::select(-loc.uncer.median) dplyr::select(-loc.uncer.median)
``` ```
There are still `r nrow(header %>% filter(is.na(`Location uncertainty (m)`)))` plots with no estimation of location uncertainty. There are still `r nrow(header %>% filter(is.na(`Location uncertainty (m)`)))` plots with no estimation of location uncertainty.
\newline
Assign plot size to plots in the Patagonia dataset (input of Ana Cingolani)
```{r}
header <- header %>%
mutate(`Relevé area (m²)`=ifelse( (Dataset=="Patagonia" & is.na(`Relevé area (m²)`)),
-900, `Relevé area (m²)`))
```
## 2 Formations ## 2 Formations
Fill out the columns `Forest:Sparse.vegetation` with 0\\NAs, where necessary. Create columns `is.forest` and `is.non.forest` using script developed for sPlot 2.1 Fill out the columns `Forest:Sparse.vegetation` with 0\\NAs, where necessary. Create columns `is.forest` and `is.non.forest` using script developed for sPlot 2.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment