Publications by CEG

Shawna's recovered code and output

02.04.2025

Introduction This document outlines the analysis of marine mammal (Sea Otter - SEOT, Harbor Seal - HASE) behavior in response to human activities within the study harbor. Data were collected using Instantaneous Scan Sampling (ISS) to capture broad presence and co-occurrence patterns, and Instantaneous Focal Follows (IFF) to detail behavioral states...

13248 sym R (34668 sym/127 pcs) 7 img 10 tbl

Chi-square v G-test

22.03.2025

G-test att = read.csv("attitudes.csv", header = T) distance v attitude for SEOT From qualtrics: There is a statistically significant relationship between Q8_1: When you encounter sea otters and harbor…lose do you generally get to them? | sea otters and Q9_4: What is your general attitude towards sea otters and harbor seals? | sea otters Q8v9 = a...

1801 sym Python (8468 sym/41 pcs) 2 img

evi, ntl, water

05.03.2025

1. Load libraries 2. Inits 3. Define WI Region & Season of interest 4. Load 2023 ERD & SRD & Solar data 5. Identify which ERD checklists (in B) are within a specified distance of any Solar installations (in A) Compute distance matrix Find points in B (erd) within the specified distance from any point in A (solar) Extract the subset of points...

746 sym 6 img

data 2016-2021

19.02.2025

Set up 1. Limit to installs 2016-2021 2. Prepare data for isolated analysis 3. Create data for individual arrays 4. Append tables for each array 5. Summary table and plot of pre v post ## array no.check.pre no.check.post difference ## 1 AMF 1054 4960 3906 ## 2 AMFN...

465 sym 26 img

eBird data: yelwar by array

29.01.2025

Set up Limit to installs 2016-2021 Prepare data for isolated analysis Create data for individual arrays Plot proportion of checklists that observed yellow warblers, grouped by array...

197 sym 2 img

sancra data 2016-2021

29.01.2025

Set up Limit to installs 2016-2021 Prepare data for isolated analysis Create data for individual arrays Plot proportion of checklists that observed yellow warblers, grouped by array...

197 sym 2 img

checklists per site by year 2016-2021

24.01.2025

Limit to installs 2016-2021 Prepare data for isolated analysis Create data for individual arrays Append tables for each array 5. Summary table and plot of pre v post ## array no.check.pre no.check.post difference ## 1 AMF 1054 4960 3906 ## 2 AMFNHQ 326 ...

335 sym 26 img

proportion of YEWA per checklist

03.12.2024

Description This code creates a graph with year on the x-axis and proportion of observations (per checklist) that are yellow warblers. Questions: Is this what you were looking for? Would this be more helpful if broken down to individual solar arrays? Would you like more of these for different species? 1. Load libraries 2. Inits 3. Define WI ...

821 sym 1 img

Checklists at individual arrays

21.11.2024

1. Prepare data for isolated analysis a. filter solar data frame b. determine max/min lat/long for 10 km 2. Create data for individual arrays 3. Append tables for each array 4. Plot individual arrays with facet_wrap 5. Plot all arrays on one graph 6. Plot individual arrays with patchwork...

316 sym 8 img

Graphs of roosting and comfort behaviors

13.11.2024

This project This code is for the graphical analysis of percent observations of roosting and being in water at different time points. Data prep Read in data captive.data = read.csv("2023 Chick Yards.csv", header=T) names(captive.data) ## [1] "YARD" "Chick" "Date" ## [4] "Image.." "Time" ...

825 sym 4 img