Plot the actual and predicted daily milk production 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 showing the actual and predicted daily milk production across the days in milk
The object generated by the LacCurveFit function
The ID of the individual whose daily milking records will be plotted
The name of the column containing the daily milking records
The name of the strategy used to obtain the predicted values through the ensemble model
The name of the column containing the days in milk (DIM) records
A vector defining the colors for 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