Skip to content

Commit

Permalink
related to #1115
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Oct 7, 2024
1 parent 843b612 commit 8a3f367
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions 09-mapping.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1040,13 +1040,12 @@ For that reason, despite advocating **shiny**, we recommend starting with the lo
This way your prototype web applications should be limited not by technical considerations, but by your motivations and imagination.

```{r CycleHireApp-html, echo=FALSE, message=FALSE, fig.cap="CycleHireApp, a simple web mapping application for finding the closest cycle hiring station based on your location and requirement of cycles. Interactive version available online at: r.geocompx.org.",fig.scap="Cycle Hire App, a simple web mapping application.", eval=knitr::is_html_output(), out.width="690"}
knitr::include_app("https://shiny.robinlovelace.net/CycleHireApp/")
```

```{r CycleHireApp-latex, echo=FALSE, message=FALSE, fig.cap="CycleHireApp, a simple web mapping application for finding the closest cycle hiring station based on your location and requirement of cycles. Interactive version available online at r.geocompx.org.", fig.scap="coffeeApp, a simple web mapping application.", eval=knitr::is_latex_output()}
knitr::include_graphics("images/09_cycle_hire_app.png")
if (knitr::is_html_output()){
knitr::include_url("https://shiny.robinlovelace.net/CycleHireApp/")
} else {
knitr::include_graphics("images/09_cycle_hire_app.png")
}
```

## Other mapping packages

**tmap** provides a powerful interface for creating a wide range of static maps (Section \@ref(static-maps)) and also supports interactive maps (Section \@ref(interactive-maps)).
Expand Down
2 changes: 1 addition & 1 deletion 15-eco.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Unfortunately, fog oases are heavily endangered, primarily due to agriculture an
Evidence on the composition and spatial distribution of the native flora can support efforts to protect remaining fragments of fog oases [@muenchow_predictive_2013; @muenchow_soil_2013].

In this chapter you will analyze the composition and the spatial distribution of vascular plants (here referring mostly to flowering plants) on the southern slope of Mt. Mongón, a *lomas* mountain near Casma on the central northern coast of Peru (Figure \@ref(fig:study-area-mongon)).
During a field study to Mt. Mongón, all vascular plants living in 100 randomly sampled 4\*4 m^2^ plots in the austral winter of 2011 were recorded [@muenchow_predictive_2013].
During a field study to Mt. Mongón, all vascular plants living in 100 randomly sampled 4$\times$4 m^2^ plots in the austral winter of 2011 were recorded [@muenchow_predictive_2013].
The sampling coincided with a strong La Niña event that year, as shown in data published by the National Oceanic and Atmospheric Administration ([NOAA](https://origin.cpc.ncep.noaa.gov/products/analysis_monitoring/ensostuff/ONI_v5.php)).
This led to even higher levels of aridity than usual in the coastal desert and increased fog activity on the southern slopes of Peruvian *lomas* mountains.

Expand Down

0 comments on commit 8a3f367

Please sign in to comment.