Plot the actual daily milk daily production and the predicted values obtained by the ensemble model
PlotWeightLac(
data,
ID,
trait,
metric,
dim,
col = c("red", "blue"),
point_size = 2,
line_size = 1,
axis_text_size = 15,
axis_title_size = 15
)A plot with the actual and predicted daily milk production across the days in milk
The object generated by the LacCurveFit.
The ID of the individual that will have the daily milking records plotted
The name of the column containing daily milking records.
The name of the strategy used obtained the predicted values through the ensemble model.
The name of the column containing days in milk records
The colors of the actual and predicted values.
Numeric value indicating the size of the observed data points in the plot.
Numeric value indicating the thickness of the regression line.
Numeric value defining the font size of the axis tick labels.
Numeric value defining the font size of the axis titles.