The following aesthetics are required by at least one of the available stats.
None of them should be specified if a field3logit
or a multifield3logit
is passed to the argument data
of gg3logit()
, stat_field3logit()
or
stat_conf3logit()
:
x
, y
, z
are required by:
xend
, yend
, zend
: required by stat_field3logit()
as ternary
coordinates of the ending points of the arrows;
group
: identifier of groups of graphical objects (arrows and their confidence
regions);
type
: type of graphical object (arrows or confidence regions).
The following variables of a fortified field3logit
or a multifield3logit
object may be useful for defining other standard aesthetics (such as fill
,
colour
, ...):
label
identifies a field through a label, thus it is useful for
distinguishing the fields in a multifield3logit
object.
idarrow
identifies each group of graphical objects (arrows and their
confidence regions) within every field. Unlike variable group
,
idarrow
is not a global identifier of graphical objects.