plot_management_df {SoilManageR}R Documentation

Plot a management dataframe

Description

Visual representation of a management_df.

Usage

plot_management_df(management_df, title = "Management Timeline")

Arguments

management_df

a management data frame

title

the title of the plot

Details

The colors in the background represent the soil cover by main crops (dark green), cover crops (light green), and crop residues (brown). "T" indicates tillage event with a STIR value >= 0. "P" indicates a crop protection event. The values in the middle indicate C inputs into the soil system im MgC/ha, either by crops (C), residue removal (R), cover crops (CC) or organic amendments (OA). Negative values are withdrawls by residue removal. Dotted vertical lines represent sowing events, the sown crop or cover crop is noted in the lowest quarter at the right side of the line. Note that large management_df can be heavy to compute and the plots may be messy.

Value

a plot

Examples



  # creates a visual representation of the EXAMPLE data
  plot_management_df(EXAMPLE_data)
 

[Package SoilManageR version 1.1.0 Index]