Releases: biocro/BioCroField
Releases · biocro/BioCroField
BioCroField 0.4.0
- It is now possible to specify extra columns to be returned in the output from
biomass_table. - Values of
timeare now calculated usingBioCro::add_time_to_weather_datato ensure they are always consistent with BioCro's time definition. - Values of partitioned leaf mass can be set to
NAwhen creating aharvest_point, which is treated as if the leaf mass had not been provided.
BioCroField 0.3.0
- LMA is now included in the output from
biomass_table. - New crop-specific guides to harvesting and weighing are now available, along with a convenience function for creating such guides (
generate_crop_guide). - The new sheets are now mentioned in the main vignette (
handling_biomass_measurements). - A new vignette has been added (
images_from_the_field) that illustrates parts of the harvesting and weighing process using pictures from the field.
BioCroField 0.2.0
- Two new methods for estimating LAI were added to
process:LAI_from_planting_densityandLAI_from_measured_population. The original LAI estimate was renamed fromLAItoLAI_from_LMAto better indicate the different estimates. - Allow the user to (optionally) specify plant spacing in additiong to row spacing and plant population when creating a
harvest_pointobject. If all three are specified, a consistency check will be performed. If only two are specified, the value of the third will be calculated. add_seed_biomassnow takes planting density from the input data frame.- Renamed two other variables to make their meaning more clear:
target_populationwas renamed toplanting_densitypopulationwas renamed tomeasured_population
- PRs related to creating this version: