berberis_treatment | R Documentation |
Experimental data from a management treatment study of invasive Berberis aquifolium (Oregon grape) plants conducted across four heavily infested dune sites in Belgium. The study evaluated the effectiveness of different management treatments on individual plants, with regrowth assessments conducted at 6 months and 1 year post-treatment.
berberis_treatment
A data frame with 127 rows and 14 variables:
Character, unique identifier for each B. aquifolium plant/clone
Factor, field code identifying the dune site location
Date, when the plant was initially located and treated (April/May 2013)
Factor, management treatment applied:
Manual digging - Uprooting by digging with shovels
Leaf spray (glyphosate) - 5\
Stem cut + glyphosate - Cut and paint with 5\
Stem cut + salt - Cut and treat with saturated NaCl solution
Integer, plant height in centimeters
Integer, clone diameter in centimeters
Integer, number of stems per individual plant/clone
Date, date of regrowth assessment
Ordered factor, stem regrowth response (Dead < Limited < Vital)
Numeric, X-coordinate of plant location (GPS projection)
Numeric, Y-coordinate of plant location (GPS projection)
Numeric, days between treatment and assessment
Factor, binary outcome (Success/Failure)
Numeric, approximate plant volume
Adriaens, T., Verschelde, P., Cartuyvels, E., D'hondt, B., Vercruysse, E., Gompel, W.V., Dewulf, E., & Provoost, S. (2019). Data from: A preliminary field trial to compare control techniques for invasive Berberis aquifolium in Belgian coastal dunes. Dryad Digital Repository. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.5061/DRYAD.ZKH189361")}
# Load the dataset
data(berberis_treatment)
# Treatment effectiveness summary
table(berberis_treatment$treatment, berberis_treatment$regrowth)
# Visualize treatment effectiveness
barplot(table(berberis_treatment$treatment, berberis_treatment$regrowth),
beside = TRUE, legend = TRUE,
main = "Treatment Effectiveness for Invasive Berberis")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.