- mapping
- list of aesthetic mappings to be used for plot. Mandatory
aesthetics should not be specified if - field3loglitor- multifield3logitobject is passed to- data. See secion Aesthetic mappings of- gg3logit()for details.
 
- data
- a - field3logitobject, a- multifield3logitobject, or
a- data.framestructured like a fortified- field3logitor a- multifield3logitobject.
 
- geom
- The geometric object to use to display the data, either as a
- ggproto- Geomsubclass or as a string naming the geom stripped of the- geom_prefix (e.g.- "point"rather than- "geom_point")
 
- position
- Position adjustment, either as a string naming the adjustment
(e.g. - "jitter"to use- position_jitter), or the result of a call to a
position adjustment function. Use the latter if you need to change the
settings of the adjustment.
 
- show.legend
- logical. Should this layer be included in the legends?
- NA, the default, includes if any aesthetics are mapped.- FALSEnever includes, and- TRUEalways includes.
It can also be a named logical vector to finely select the aesthetics to
display.
 
- inherit.aes
- If - FALSE, overrides the default aesthetics,
rather than combining with them. This is most useful for helper functions
that define both data and aesthetics and shouldn't inherit behaviour from
the default plot specification, e.g.- borders().
 
- arrow.
- specification for arrow heads, as created by
function - arrowof package- grid.
 
- ...
- additional arguments passed through to - ggtern.