This function generates a ggplot2 visualization of the full vachette transformed typical curves and their corresponding landmarks for a given pharmacometric model. The plot highlights the segments of the reference and query curves, with a special emphasis on specific landmark positions.

p.scaled.typical.full.curves.landmarks(vachette_data)

Arguments

vachette_data

An object of class vachette_data, which contains the necessary data for plotting.

Value

A ggplot2 object representing the full vachette transformed typical curves with their landmarks. The plot displays different segments of the curves in different colors, and landmarks marked with black crosses.

Details

The function plots the full typical curves along with their segments, applying specific styling to the reference curve and marking the landmarks. If the x-axis is logarithmic, it adjusts the axis label accordingly.

The plot's title includes the model name, and the caption provides details about the reference covariate(s) used. The x-axis range is dynamically set based on the minimum and maximum x values, before and after scaling.