gp_plot: Plot a 'gp' object

View source: R/gp_plot.R

gp_plotR Documentation

Plot a gp object

Description

Plot a gp object

Usage

gp_plot(x, name = .sec, ...)

## S3 method for class 'gp'
gp_plot(x, name = .sec, ...)

## S3 method for class 'data.frame'
gp_plot(x, name = .sec, ...)

Arguments

x

A gp object or data.frame

name

Symbol. Name of a column in gp$well_data (or a column in the data.frame if data.frame was supplied) to use as a color.

...

Additional arguments to be passed to ggplot2::geom_point()

Value

a ggplot

Examples


gp(16, 24) |> gp_plot(.row)

KaiAragaki/Plate documentation built on Sept. 2, 2024, 3:39 a.m.