Displaying 1 result from an estimated 1 matches for "isidat_".
Did you mean:
isidata
2007 Jun 28
1
navel-gazing
...-- about 2400 references.
Enjoy these summaries ...
urlpref = "http://www.zoo.ufl.edu/bolker/R_isidata"
types = c("author","country","doctype","inst","lang","pubyr",
"source","subject")
files = paste("isidat_",types,".txt",sep="")
dat = lapply(paste(urlpref,files,sep="/"),
function(f) {
read.table(f,quote="\"",header=TRUE,as.is=TRUE)})
tmpf = function(x) {
x = head(x,10)
barplot(x[,ncol(x)-1],horiz=TRUE,names.arg=x[,1],cex.names=0.8)
}
layout(m...