Description Usage Arguments Value
Extract the temperatures experienced by each plant, taking into account both periods before and after harvest
1 2 3 4 5 6 7 8 | extractTemp(
temp.outside,
temp.inside,
var.names.out,
var.names.in,
data.deb,
var.names.deb
)
|
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 |
var.names.in |
the names of the temperature and date variables, in the format |
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 |
a data frame with the accumulated temperatures outside and inside the greenhouse by the plant from 1st of january to 31st of december
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.