Learn R Programming

astrochron (version 0.3.1)

idPts: Interactively Identify Points in Plot

Description

Interactively identify points in x,y plot.

Usage

idPts(dat1,dat2=NULL,ptsize=1,xmin=NULL,xmax=NULL,ymin=NULL,ymax=NULL,plotype=1,output=F,
      verbose=T)

Arguments

dat1
Data frame with one or two columns. If one column, dat2 must also be specified.
dat2
Data frame with one column.
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
output
Return identified points as a data frame? (T of F)
verbose
Verbose output? (T or F)

See Also

delPts, iso, trim and trimAT