Skip to contents

Constructor for point layer aesthetics. Used for observed data points and central tendency points across all plot types.

Usage

pmx_point(shape = NULL, size = NULL, alpha = NULL, color = NULL)

Arguments

shape

Point shape. Default varies by plot type.

size

Point size. Default varies by plot type.

alpha

Point alpha. Default varies by plot type.

color

Point color. Default varies by plot type.

Value

A pmx_point element object

See also

Examples

pmx_point(shape = 1, size = 2, color = "blue")
#> <pmx_point>
#>   shape = 1, size = 2, color = blue