modify_points: Modify the points in a flexplot (or ggplot) graphic

View source: R/modify_points.R

modify_pointsR Documentation

Modify the points in a flexplot (or ggplot) graphic

Description

Modify the points in a flexplot (or ggplot) graphic

Usage

modify_points(p, shape = 19, colour = "black", size = 1.5)

Arguments

p

The flexplot (or ggplot) object

shape

The new shape desired. Defaults to 19 (circles).

colour

The new colour desired. Defaults to "black".

size

The new size of the points desired. Defaults to 1.5.

Value

A new plot with the modifications


dustinfife/flexplot documentation built on Sept. 23, 2024, 9:01 p.m.