Displaying 2 results from an estimated 2 matches for "darej".
Did you mean:
dare
2009 Mar 03
0
Two Column-group names using Latex(Hmisc)
Hi,
Using the following code I can generate the attachment "Original.pdf":
latex(test, file="C:/Documents and Settings/darej/My
Documents/James/READY.tex",
title = "",
rowname = NULL,
cgroup = c("Fishstock", stocknames),
n.cgroup = c(1, rep(2,nostocks)),
colheads = c("Year", rep(c("Catch", "TACC"),
nostocks),landscape=TRUE))
Is the...
2009 Jan 09
0
Graph Script/X-axis label Problem
...ed from the x-axis (see
BYX10). I can't figure out why given that y co-ordinate for the text
function is par("usr")[1] - 0. Shouldn't this mean that it is flush to the
x-axis? Can anyone see what is going wrong?
SCRIPT:
fish<-read.csv(file="C:/Documents and Settings/darej/My
Documents/James/R/fishmany.csv",sep=",",head=T)
x.sp <- split(fish, list(fish$Species, fish$Stock))
for (i in x.sp){
par(mar = c(7, 6, 4, 2) + 0.1)
yaxmax=(max(i$TACC, i$Catch))*1.2
mp <- barplot(i$TACC, xaxt="n",
main=paste(i$Stock[1]),space=0,xlab=""...