Dynamically explore cross-plot, zoom-in into specfied region. Accepts one dataframe/matrix with two columns, or two dataframes/vectors with one column.
zoomIn(dat1,dat2=NULL,ptsize=0.5,xmin=NULL,xmax=NULL,ymin=NULL,ymax=NULL,plotype=1,
verbose=T)
Data frame with one or two columns. If one column, dat2 must also be specified.
Data frame with one column.
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
Verbose output? (T or F)