The R Project SVN R

Rev

Rev 24702 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24702 Rev 25118
Line 35... Line 35...
35
  \code{\link{xy.coords}},
35
  \code{\link{xy.coords}},
36
  \code{\link{plot.xy}},
36
  \code{\link{plot.xy}},
37
  \code{\link{plot.default}}.
37
  \code{\link{plot.default}}.
38
}
38
}
39
\examples{
39
\examples{
40
##--- An example for the use of  `asp' :
40
##--- An example for the use of 'asp' :
41
library(mva)  # normally loaded
41
library(mva)  # normally loaded
42
data(eurodist)
42
data(eurodist)
43
loc <- cmdscale(eurodist)
43
loc <- cmdscale(eurodist)
44
rx <- range(x <- loc[,1])
44
rx <- range(x <- loc[,1])
45
ry <- range(y <- -loc[,2])
45
ry <- range(y <- -loc[,2])