assets/analytics.html

Skip to contents

A small dataset of observed BBCH growth stages for the grape variety Carmenere collected at the Colli Orientali site. Used in calibration of phenology models.

Usage

data(bbchSample)

Format

A data frame with 6 rows and 6 columns:

Variety

Grape variety name (e.g., "Carmenere")

Site

Site name (e.g., "ColliOrientali")

Latitude

Latitude of the site (decimal degrees)

Longitude

Longitude of the site (decimal degrees)

Date

Observation date (class: Date)

BBCH

Observed BBCH stage (numeric)

Examples

data(bbchSample)
head(bbchSample)
#>     Variety           Site Latitude Longitude       Date BBCH
#> 1 Carmenere ColliOrientali       44        11 2007-04-01    8
#> 2 Carmenere ColliOrientali       44        11 2008-04-28    8
#> 3 Carmenere ColliOrientali       44        11 2009-04-19    8
#> 4 Carmenere ColliOrientali       44        11 2010-04-21    8
#> 5 Carmenere ColliOrientali       44        11 2011-04-18    8
#> 6 Carmenere ColliOrientali       44        11 2012-04-26    8