The R Project SVN R

Rev

Rev 27442 | Rev 27601 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27442 Rev 27474
Line 36... Line 36...
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(stats)  # 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])
46
plot(x, y, type="n", asp=1, xlab="", ylab="")
46
plot(x, y, type="n", asp=1, xlab="", ylab="")