add_ellipse: Make an ellipse

View source: R/mediationPlot.R

add_ellipseR Documentation

Make an ellipse

Description

Make an ellipse

Usage

add_ellipse(
  x = 0,
  y = 0,
  theta = 0,
  height = height,
  width = width,
  npoints = 100,
  color = "black",
  fill = "white",
  ...
)

Arguments

x

An integer indicating x position

y

An integer indicating y position

theta

An integer

height

An integer

width

An integer

npoints

An integer

color

A string indicating color

fill

A string indicating color

...

further arguments to be passed to geom_polygon


cardiomoon/semMediation documentation built on Nov. 16, 2023, 4:26 a.m.