extractTemp: Temperatures per plant

Description Usage Arguments Value

View source: R/extractTemp.R

Description

Extract the temperatures experienced by each plant, taking into account both periods before and after harvest

Usage

1
2
3
4
5
6
7
8
extractTemp(
  temp.outside,
  temp.inside,
  var.names.out,
  var.names.in,
  data.deb,
  var.names.deb
)

Arguments

temp.outside

a data frame with the dates and temperatures outside the greenhouse

temp.inside

a data frame with the dates and temperatures inside the greenhouse

var.names.out

the names of the temperature and date variables, in the format list(temp="temp.name",date="date.name") for temp.outside

var.names.in

the names of the temperature and date variables, in the format list(temp="temp.name",date="date.name") for temp.inside

data.deb

a data frame with the information about budburst

var.names.deb

the names of the variables representing the session, the plant ID, the harvesting date and the budburst status in data.deb, in the format list(session="sess.name",plant="plant.name",harv="harv.name",budburst="bud.name")

Value

a data frame with the accumulated temperatures outside and inside the greenhouse by the plant from 1st of january to 31st of december


baeyc/dormancy documentation built on May 7, 2021, 1:09 a.m.