Publications by Julian Flowers
Week 12 practical
library(pacman) p_load(tidyverse, sf, viridis, patchwork, RColorBrewer, rgdal, ggspatial, raster, GISTools, cowplot, here) path <- glue::glue(here(), "/practicals/Data/Week12_Data/Week12_Data") files <- list.files(path, "*", full.names = T) agg.cov <- read_csv(files[[1]], show_col_types = F) head(agg.cov) NA p1 <- agg.cov %>% ggplo...
4557 sym R (2935 sym/17 pcs) 6 img
Willow tit report
## Reading layer `Countries_(December_2020)_UK_BUC' from data source ## `https://opendata.arcgis.com/api/v3/datasets/bb7104d3a9c04937be57e408288282dc_0/downloads/data?format=geojson&spatialRefId=4326' ## using driver `GeoJSON' ## Simple feature collection with 4 features and 9 fields ## Geometry type: MULTIPOLYGON ## Dimension: XY ...
4104 sym R (991 sym/2 pcs) 4 img
Willow tit models
library(tidyverse); library(mgcv); library(mgcViz); library(janitor); library(tidymodels) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.6 ✓ dplyr 1.0.7 ##...
967 sym R (26752 sym/54 pcs) 5 img
Willow tit models 1
library(tidyverse); library(mgcv); library(mgcViz); library(janitor); library(tidymodels) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.6 ✓ dplyr 1.0.7 ##...
965 sym R (10181 sym/52 pcs) 5 img
Updated reading list
ARU conservation course reading list Combines lists from various modules Reading list rl ...
97 sym R (3 sym/1 pcs)
little-egret-sdm
Introduction The Little Egret (Egretta garzetta) has recently colonised Great Britain. (Lock and Cook (1998)) Having been assessed as a rarity by the British Rarities Committee for decades a general increase in numbers was noted through the 1980s and after an influx in 1989 and the early 1990s it became clear that that the Little Egrets was becom...
12960 sym R (3074 sym/6 pcs) 12 img 2 tbl
positivity
PCR positvity rates trying URL 'https://cran.ma.imperial.ac.uk/bin/macosx/big-sur-arm64/contrib/4.1/tsibble_1.1.1.tgz' Content type 'application/x-gzip' length 1047751 bytes (1023 KB) ================================================== downloaded 1023 KB The downloaded binary packages are in /var/folders/bk/jrqs03tx5mq9s28mhml5xzhm0000gn/T//R...
6839 sym R (1921 sym/10 pcs) 4 img
xaringan
class: center, middle, inverse, title-slide # Session 1 ## S ### Julian Flowers ### 03-01-2022 (updated: 2022-01-05) --- class: left, top # Getting Started * Install R from https://www.r-project.org/ * Install latest version of RStudio IDE<sup>1</sup> from https://www.rstudio.com/products/rstudio/download/ ## Optional * Set up a Git...
4484 sym