Interactively delete points in x,y plot.
delPts(dat,del=NULL,cols=c(1,2),ptsize=1,xmin=NULL,xmax=NULL,ymin=NULL,ymax=NULL,
plotype=1,genplot=T,verbose=T)
Data frame containing stratigraphic variable(s) of interest. Any number of columns permitted.
A vector of indices indicating points to delete. If specified, the interactive plot is disabled.
If you are using the graphical interface, which columns would you like to plot? (default = 1 & 2).
Size of plotted points.
Minimum x-value (column 1) to plot
Maximum x-value (column 1) to plot
Minimum y-value (column 2) to plot
Maximum y-value (column 2) to plot
Type of plot to generate: 1= points and lines, 2 = points, 3 = lines
Generate summary plots? (T or F)
Verbose output? (T or F)
idPts
, iso
, trim
and trimAT