View source: R/plot_management_df.R
plot_management_df | R Documentation |
Visual representation of a management_df.
plot_management_df(management_df, title = "Management Timeline")
management_df |
a management data frame |
title |
the title of the plot |
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.
a plot
# creates a visual representation of the EXAMPLE data
plot_management_df(EXAMPLE_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.