forked from dankelley/oce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
213 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
\name{coastlineHalifax} | ||
|
||
\docType{data} | ||
|
||
\alias{coastlineHalifax} | ||
|
||
\title{Coastline data set, showing Halifax Harbour} | ||
|
||
\description{A sample coastline dataset, showing Halifax Harbour. | ||
The little island at about 44.64N is visible outside the author's window.} | ||
\usage{data(coastlineHalifax)} | ||
\references{\url{http://www.ngdc.noaa.gov/mgg_coastline/}} | ||
\seealso{Coastlines may be read with | ||
\code{\link{read.coastline}}, or created with | ||
\code{\link{as.coastline}}. Another | ||
sample coastline file is \code{\link{coastlineMaritimes}}; see these for details of the data format. Other coastline datasets provided with | ||
oce are \code{\link{coastlineMaritimes}} and \code{\link{coastlineWorld}}.} | ||
\seealso{The documentation for \code{\link{coastline-class}} explains the | ||
structure of coastline objects, and also outlines the other functions | ||
dealing with them.} | ||
\author{Dan Kelley} | ||
\keyword{datasets} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
\name{coastlineMaritimes} | ||
|
||
\docType{data} | ||
|
||
\alias{coastlineMaritimes} | ||
|
||
\title{Coastline data set, showing Maritime provinces of Canada} | ||
\description{A sample coastline dataset, showing Nova Scotia, | ||
Prince Edward Island, and part of New Brunswick. | ||
This is the oce author's stomping ground, and so he feels compelled | ||
to apologize for the error at the Strait of Canso.} | ||
|
||
\description{A sample coastline dataset, showing Nova Scotia, Prince Edward | ||
Island, and part of New Brunswick. This is the oce author's stomping | ||
ground, and so he feels compelled to apologize for the error at the Strait | ||
of Canso.} | ||
\usage{data(coastlineMaritimes)} | ||
\source{The data were extracted from the the 1:2,000,000 ``World Data Bank II'' | ||
dataset at the NOAA site.} | ||
dataset at the NOAA site.} | ||
\references{\url{http://www.ngdc.noaa.gov/mgg_coastline/index.jsp?llat=43.0&ulat=47.2&llon=-66.8&rlon=-59.5}} | ||
\seealso{Coastlines may be read with | ||
\code{\link{read.coastline}}, or created with | ||
\code{\link{as.coastline}}; see these for details of the data format. Other coastline datasets provided with | ||
oce are \code{\link{coastlineHalifax}} and \code{\link{coastlineWorld}}.} | ||
\seealso{The documentation for \code{\link{coastline-class}} explains the | ||
structure of coastline objects, and also outlines the other functions | ||
dealing with them.} | ||
\author{Dan Kelley} | ||
\keyword{datasets} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,24 @@ | ||
\name{coastlineSLE} | ||
|
||
\docType{data} | ||
|
||
\alias{coastlineSLE} | ||
|
||
\title{Coastline of St Lawrence Estuary} | ||
|
||
\description{A sample coastline dataset, showing the St Lawrence Estuary.} | ||
|
||
\usage{data(coastlineSLE)} | ||
|
||
\source{The data were extracted from the the 1:250,000 ``World Vector Shoreline'' | ||
dataset at the NOAA site.} | ||
|
||
\references{\url{http://www.ngdc.noaa.gov/mgg_coastline}} | ||
\seealso{Coastlines may be read with | ||
\code{\link{read.coastline}}, or created with | ||
\code{\link{as.coastline}}; see these for details of the data format. Other coastline datasets provided with | ||
oce are \code{\link{coastlineHalifax}} and \code{\link{coastlineWorld}}.} | ||
|
||
\seealso{The documentation for \code{\link{coastline-class}} explains the | ||
structure of coastline objects, and also outlines the other functions | ||
dealing with them.} | ||
|
||
\author{Dan Kelley} | ||
|
||
\keyword{datasets} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.