r report_name# set root directory because Rmd automatically chooses its location for working directory # which we need to change knitr::opts_knit$set(root.dir = here::here())
# report aesthetics and formatting cat(" <style> body{ /* Normal */ font-size: 18px; } table,th,td{ border: solid white; } caption { color: black; font-weight: bold; font-size: 1.0em; } </style> ")
Native species are species that occur naturally on Curaçao. There are eight native reptiles (1 snake and 7 lizards) and no native amphibians on Curaçao. In your garden, we focused on surveying five of the native lizard species:
knitr::include_graphics(here("data-raw/photos/Native Herps Collage.JPG"))
Here are the abundances of each native reptile species in your garden compared to the average abundance across all forest, garden, and scrub sites we surveyed.
# print plots conditionally if we performed nocturnal herp surveys if(is.na(herps_NA)) { # prep list and tables of native diurnal species herps_natList[[i]] <- rbind(herps_natList[[i]], herps_nat_means) herps_nat_long[[i]] <- herps_natList[[i]] %>% select("Site", "Laurent's Whiptail", "Striped Anole") herps_nat_long[[i]] <- melt(herps_nat_long[[i]], id = c("Site")) herps_nat_long[[i]]$ord <- rep(1:4, 2) herps_nat_plot <- ggplot(herps_nat_long[[i]], aes(x = reorder(Site, ord), y = value)) + geom_bar(stat = "identity", aes(fill = Site)) + scale_fill_manual(values = fun_colors4) + geom_text(aes(label=value), position = position_dodge(width = 0.9), vjust = 0.5, size = 4.8) + labs(y = "Number of reptiles", title = "Native reptile abundances") + theme(panel.grid.major = element_blank(), panel.grid.minor = element_blank(), panel.background = element_blank(), axis.line = element_line(colour = "black"), axis.text.x = element_text(color = "grey20", size=12, angle=90, hjust=.5, vjust=.5, face=c("bold","plain","plain","plain")), axis.text.y = element_text(color = "grey20", size=12, angle=0, hjust=.5, vjust=.5, face="plain"), axis.title.x=element_blank(), legend.position = "none", strip.text.x = element_text(size = 12), axis.title=element_text(size=13.6), plot.title = element_text(size=18)) + facet_wrap(~ variable) # This object will be called to compare native diurnal herp abundance across the focal site and site categories. print(herps_nat_plot) } else { # prep list and tables of native diurnal and nocturnal species herps_natList[[i]] <- rbind(herps_natList[[i]], herps_nat_means) herps_nat_long[[i]] <- herps_natList[[i]] %>% select("Site", "Laurent's Whiptail", "Antillean Dwarf Gecko", "Turnip-tailed Gecko", "Striped Anole", "Dutch Leaf-toed Gecko") herps_nat_long[[i]] <- melt(herps_nat_long[[i]], id = c("Site")) herps_nat_long[[i]]$ord <- rep(1:4, 5) herps_nat_plot <- ggplot(herps_nat_long[[i]], aes(x = reorder(Site, ord), y = value)) + geom_bar(stat = "identity", aes(fill = Site)) + scale_fill_manual(values = fun_colors4) + geom_text(aes(label=value), position = position_dodge(width = 0.9), vjust = 0.5, size = 4.8) + labs(y = "Number of reptiles", title = "Native reptile abundances") + theme(panel.grid.major = element_blank(), panel.grid.minor = element_blank(), panel.background = element_blank(), axis.line = element_line(colour = "black"), axis.text.x = element_text(color = "grey20", size=12, angle=90, hjust=.5, vjust=.5, face=c("bold","plain","plain","plain")), axis.text.y = element_text(color = "grey20", size=12, angle=0, hjust=.5, vjust=.5, face="plain"), axis.title.x=element_blank(), legend.position = "none", strip.text.x = element_text(size = 12), axis.title=element_text(size=13.6), plot.title = element_text(size=18)) + facet_wrap(~ variable) # This object will be called to compare native diurnal and nocturnal herp abundance across the focal site and site categories. print(herps_nat_plot) }
if(is.na(herps_NA)){ # if we did not perform nocturnal surveys at a site, print out this message knitr::include_graphics(here("data-raw/photos/herps_nat_message.png")) }
The three nocturnal native gecko species and Laurent's Whiptail had relatively equal abundance across the site types, while the diurnal Striped Anole was most abundant in forest sites.
### Exotic Species
Exotic species are species that are not native to Curaçao and were introduced to Curaçao from another location by humans. Exotic species become invasive when they start to cause ecological or economic problems. To our knowledge, there are seven exotic reptile and amphibian species currently living on Curaçao, and we surveyed six of them. The seventh exotic species, *Tokay Gecko,* was discovered in 2018. Individuals of this large predatory gecko were kept as pets, but escaped. All of the exotic species are primarily nocturnal, and at this point they have not been studied well enough to know conclusively if any can be considered invasive.
wzxhzdk:5
This is the percentage of all forest, garden, and scrub sites we surveyed that had each exotic species.
wzxhzdk:6
As you can see, all six exotic species prefer garden sites and only one exotic, the *Colombian Four-eyed Frog,* was found at scrub sites. Interestingly, the two species found only at garden sites, the *Mourning Gecko* and the *Asian House Gecko,* are two species recently introduced to Curaçao. This means they were likely introduced to a garden (probably resort garden) and have not had sufficient time yet to spread into natural forest or scrub sites.
wzxhzdk:7
## Birds
### Native Species
In total, we recorded 24 native bird species in our surveys. We only surveyed passerines (songbirds) and raptors (hawk, kestrel, caracara) and did not survey waterfowl (e.g, flamingos) or domestic fowl (e.g, peacocks, chickens). Below is the total number of native bird species we found in your garden relative to the average number of bird species found at forest, garden, and scrub sites.
wzxhzdk:8
As you can see, the number of species was relatively equal across site types.
wzxhzdk:9 wzxhzdk:10
### Exotic Species
There are approximatly 13 exotic bird species on Curaçao, eight of which are parrots. Many of these exotics were accidentally introduced to Curaçao as pets who escaped. We focused on surveying five of these exotic species. Note, there are actually three *Amazona* exotic parrots, but they are difficult to distinguish in surveys.
wzxhzdk:11
This is the percentage of all forest, garden, and scrub sites we surveyed that had each exotic bird species. Most exotic bird species prefer gardens and only the Saffron Finch was found in scrub habitats. wzxhzdk:12 wzxhzdk:13
## Arthropods
We surveyed the arthropods (insects and spiders) that live on the plants in your garden. In total, we found 395 arthropod species, however, the species are not well-enough studied to know which are exotic.
wzxhzdk:14
Here is the total number of arthropod species we found in your garden compared to the average number of species across all forest, garden, and scrub sites we surveyed
wzxhzdk:15
As you can see, garden sites by far had the highest number of species!
Here is the total number of individual arthropods (abundance) we found in your garden compared to the average abundance of arthropods across all garden, scrub and forest sites we surveyed
wzxhzdk:16
Again, garden sites had the highest abundance of arthropods across all site types. This was due to the high number of *True Bug* species found at garden sites (see composition section below).
Based on the abundances of each order, we calculated the arthropod composition of each site. The plots below show the composition of arthropods in your garden compared to the average composition of arthropods in garden, forest and scrub sites we surveyed. wzxhzdk:17 wzxhzdk:18 Garden sites are dominated by true bugs; roughly half of all individuals we collected in garden sites were true bugs and many of these where from species that like to live in grass. In contrast, forest sites were dominated by flies, and scrub sites had a more equal representation of orders.
wzxhzdk:19
__Thank you__ for allowing us to survey your garden for this project! We hope you find this report informative on how your garden contributes to the biodiversity of Curaçao.
The Integrative Ecology Lab at Temple University (iEcoLab) will continue working on the biodiversity of Curaçao for years to come. For more information and news about our work please visit our lab webpage *iecolab.org*. You can also follow us on Instagram *@integrative.ecology* and Facebook *@IntegrativeEcology*.
This report was created by iEcoLab members Dan Turner (current address: Michigan State University), Dr. Matthew Helmus and Dr. Jocelyn Behm under a creative commons license. This means that we hope you share this with whomever and use this report however you like. For any comments, questions, or to recieve a digital copy of this report, please email Jocelyn at jebehm@temple.edu.
Gardens of Curacao Biodiversity Project by iEcoLab @ Temple University is licensed under a Creative Commons Attribution 4.0 International License.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.