7 Further topics

This is a collection of short introductions or links with commented R code that cover other topics that might be useful for ecologists.

7.1 Bioacoustic analyse

Bioacoustic analyses are nicely covered in a blog by Marcelo Araya-Salas.

7.2 Python

Like R, python is a high-level programming language that is used by many ecologists. The reticulate package provides a comprehensive set of tools for interoperability between Python and R.

\(\begin{aligned} & median = \begin{cases} x_{(n+1)/2} & \quad \text{if } n \text{ is odd}\\ \frac{1}{2}(x_{n/2} + x_{n/2+1}) & \quad \text{if } n \text{ is even} \end{cases} \end{aligned}\)