[Rd] typo in browse.pkgs

2005-11-03 Thread G. Sawitzki
See below. gs. Error in browse.pkgs("CRAN", "binary") : couldn't find function "avaliable.packages" Your version of R is up to date > browse.pkgs function (repos = getOption("repos"), contriburl = contrib.url(repos, type), type = getOption("pkgType")) { if (.Platform$GUI != "AQUA"

Re: [Rd] typo in browse.pkgs

2005-11-03 Thread G. Sawitzki
At 15:44 + 03.11.2005, Prof Brian Ripley wrote: >I believe you will find this is already fixed in R-patched and >R-devel as the logs say (2005-10-07) > >r35790 Fixed a typo in aqua R code > >and it seems to be that line. ... but possibly it did not find its way into the version "R for Mac O

[Rd] colour palettes in biplot

2015-07-10 Thread G. Sawitzki
by this change. Yours, gs. >From valentin.todo...@chello.at: > library(rrcov) > > pc <- PcaProj(iris[,1:4], 3, scale=TRUE) > windows(8,5) > par(mfrow=c(1,2)) > biplot(pc) > > col <- list(xcol=as.numeric(iris[,5])+2, ycol="red") > biplot(pc, col=c