Arguments
norm
numeric, optional. If specified, a normal distribution with mean
and sd
is plotted and a shaded area at norm
value position is plotted that
indicates whether or not the specified value is significant or not.
If both norm
and p
are not specified, a distribution without shaded
area is plotted.
mean
numeric. Mean value for normal distribution. By default 0.
sd
numeric. Standard deviation for normal distribution. By default 1.
p
numeric, optional. If specified, a normal distribution with mean
and sd
is plotted and a shaded area at the position where the specified p-level
starts is plotted. If both norm
and p
are not specified, a distribution
without shaded area is plotted.
xmax
numeric, optional. Specifies the maximum x-axis-value. If not specified, the x-axis
ranges to a value where a p-level of 0.00001 is reached.
geom.colors
user defined color for geoms. See 'Details' in sjp.grpfrq
. geom.alpha
specified the alpha-level of the shaded area. Default is 0.7, range between 0 to 1.