Learn R Programming

astrochron (version 0.3.1)

delPts: Interactively Delete Points in Plot

Description

Interactively delete points in x,y plot.

Usage

delPts(dat,ptsize=1,xmin=NULL,xmax=NULL,ymin=NULL,ymax=NULL,plotype=1)

Arguments

dat
Data frame with two columns
ptsize
Size of plotted points.
xmin
Minimum x-value (column 1) to plot
xmax
Maximum x-value (column 1) to plot
ymin
Minimum y-value (column 2) to plot
ymax
Maximum y-value (column 2) to plot
plotype
Type of plot to generate: 1= points and lines, 2 = points, 3 = lines

See Also

idPts, iso, trim and trimAT