Skip to content

Releases: biocro/BioCroField

BioCroField 0.4.0

18 Feb 22:10
8c5c677

Choose a tag to compare

  • It is now possible to specify extra columns to be returned in the output from biomass_table.
  • Values of time are now calculated using BioCro::add_time_to_weather_data to ensure they are always consistent with BioCro's time definition.
  • Values of partitioned leaf mass can be set to NA when creating a harvest_point, which is treated as if the leaf mass had not been provided.

BioCroField 0.3.0

26 Sep 15:45
bb30629

Choose a tag to compare

  • 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

15 Sep 19:55
e808565

Choose a tag to compare

  • Two new methods for estimating LAI were added to process: LAI_from_planting_density and LAI_from_measured_population. The original LAI estimate was renamed from LAI to LAI_from_LMA to 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_point object. 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_biomass now takes planting density from the input data frame.
  • Renamed two other variables to make their meaning more clear:
    • target_population was renamed to planting_density
    • population was renamed to measured_population
  • PRs related to creating this version: