Skip to content

cmdscale: missing dimnames in R 2.1.0

2 messages · wolfram at fischer-zim.ch, Jari Oksanen

#
When running the first example of cmdscale I got in R 2.0.1:
num [1:21, 1:2] 2290.3 -825.4   59.2  -82.8 -352.5 ...
 - attr(*, "dimnames")=List of 2
  ..$ : chr [1:21] "Athens" "Barcelona" "Brussels" "Calais" ...
  ..$ : NULL


In R 2.1.0 I get:
num [1:21, 1:2] 2290.3 -825.4   59.2  -82.8 -352.5 ...
 - attr(*, "dimnames")=List of 2
  ..$ : NULL
  ..$ : NULL

I miss the names of the cities. What can I do?

Thanks - Wolfram
#
On Tue, 2005-05-03 at 09:05 +0200, Wolfram Fischer - Z I M wrote:
You can use R 2.1.0-patched where this is fixed.

cheers, jari oksanen