is.bathy | R Documentation |
Test whether an object is of class bathy
is.bathy(xyz)
xyz |
three-column data.frame with longitude (x), latitude (y) and depth (z) (no default) |
The function returns TRUE
or FALSE
Eric Pante
as.bathy
, summary.bathy
, read.bathy
# load NW Atlantic data
data(nw.atlantic)
# test class "bathy"
is.bathy(nw.atlantic)
# use as.bathy
atl <- as.bathy(nw.atlantic)
# class "bathy"
class(atl)
is.bathy(atl)
# summarize data of class "bathy"
summary(atl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.