Skip to content

Commit

Permalink
Update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
silasprincipe committed Oct 9, 2024
1 parent 61c523a commit 04308f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/R/environmental_data_for_occurrences.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ As you can see, it extracted the environmental infromation for all points. We ca
summary(extracted_data)
```

Note that we have `r sum(is.na(extracted_data[,1]))` NA points, i.e. with no information. Those points are probably on land. You may chose to remove those or you can find the nearest valid point. In our case we will simply remove them.
Note that we have some NA points, i.e. with no information. Those points are probably on land. You may chose to remove those or you can find the nearest valid point. In our case we will simply remove them.

```{r}
actiniaria_vec_filt <- cbind(actiniaria_vec_filt, extracted_data)
Expand Down

0 comments on commit 04308f8

Please sign in to comment.