Description Usage Arguments Value See Also Examples
Plots histograms of crop temperature and relevant temperature stress regions.
If type is 'lue', then hop$cells$cropTemperature (mean crop temperature) is shown in relation to tempStressLue (FTEMP in STICS) regions.
If type is 'reprod', then hop$cells$cropMinTemperature (min crop temperature) and hop$cells$cropMaxTemperature (max crop temperature)
are shown in relation to tempStressGrainFilling (FTEMPREMP in STICS) regions.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 
| hop | An object of class hop. | 
| simu.name | A character string of the SimulationName to plot. Only one simulation can be plotted. | 
| years | A numeric vector of the years within  | 
| months | A numeric vector of the months within  | 
| cell.ids | A numeric vector of the values of idCell within  | 
| facet.year | A logical indicating whether the plot should be faceted by year. This helps with seeing finer level detail. | 
| facet.month | A logical indicating whether the plot should be faceted by month. Only applies if  | 
| temin | Minimum threshold temperature for growth in biomass. Only applies if  | 
| teopt | Optimum temperature for growth in biomass. Only applies if  | 
| teoptbis | Optimum temperature for growth in biomass (if plateau between  | 
| temax | Maximum threshold temperature for growth in biomass. Only applies if  | 
| tminremp | Minimum temperature for grain filling. Only applies if  | 
| tmaxremp | Maximum temperature for grain filling. Only applies if  | 
| shade.color | A character vector of length 3 indicating the shading colors of the various stress regions. Strings must be a valid color name passed to ggplot2. | 
A ggplot object.
Other hisafe plot functions: 
plot_hisafe_annualcells(),
plot_hisafe_bg(),
plot_hisafe_cells(),
plot_hisafe_monthcells(),
plot_hisafe_scene(),
plot_hisafe_ts(),
plot_hisafe_voxels()
| 1 2 3 4 | ## Not run: 
plot_hisafe_tempstress(hop, "Sim_1")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.