p.scaled.typical.curves.landmarks | R Documentation |
vachette
Transformed Typical Curves with LandmarksThis function generates a ggplot2 visualization of the 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 the landmark positions.
p.scaled.typical.curves.landmarks(vachette_data)
vachette_data |
An object of class |
The function plots the typical curves along with their segments 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.
A ggplot2
object representing the vachette
transformed typical curves with
their landmarks. The plot displays different segments of the curves in different color,
and landmarks marked with black crosses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.