# Histogram of the simulated plot errors in the example data frame 'error_df_bivar'
# for Trait 1 in Environment 1.
error_df <- error_df_bivar[error_df_bivar$env == 1, ]
plot_hist(
df = error_df,
value = "e.Trait1",
density = TRUE
)
Run the code above in your browser using DataLab