File: waterdist.Rd

package info (click to toggle)
r-cran-prabclus 2.3-2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,392 kB
  • sloc: sh: 13; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\name{waterdist}
\alias{waterdist}
% \non_function{}
\title{Overwater distances between islands in the Aegean sea}
\description{
  Distance matrix of overwater distances in km between 34 islands in the
  Aegean sea.
}
\usage{data(waterdist)}
\format{
  A symmetric 34*34 distance matrix.}
\source{
  B. Hausdorf and C. Hennig (2005) The influence of recent geography,
  palaeography and climate on the composition of the faune of the
  central Aegean Islands.   \emph{Biological Journal of the Linnean
    Society} 84, 785-795.
}
\details{
  Reads from example data file \code{Waterdist.dat}, in which there is a
  35th column and line with distances to Turkey mainland.
  }

\examples{
data(waterdist)
}
\keyword{datasets}
% \keyword{spatial}