powered by
Plot an object returned by contiguous, plot contiguous cores (or sites) in green (T) and non-contiguous cores in red (F).
# S3 method for contiguous plot(x, ylim = NULL, xlim = NULL, ...)
An object returned by contiguous
Numeric, ylim for the graph
Numeric, xlim for the graph
…
A plot.
contiguous
# NOT RUN { x=pfSiteSel(lat>12,lat<60,long<(-50),long>-140) cont=contiguous(x) plot(cont) # }
Run the code above in your browser using DataLab