Add an object created by [ggplot2::aes()]
# S3 method for uneval
pk_add(pkproto_obj, pk_obj, objectname)
The [pk()] object, modified by adding the new mapping.
The `uneval` (mapping) object to be added.
The [pk()] object to which the `uneval` object will be added.
The name of the `uneval` object.
Caroline Ring
This function adds a new variable mapping (created by [ggplot2::aes()]), which has class `uneval`, to an existing [pk()] object.
The new mapping will completely replace any existing mapping.