Displaying 2 results from an estimated 2 matches for "xyr".
Did you mean:
xor
2008 Apr 24
1
truncate row names
...fficients have the matrix name concatenated with the variable name:
> full.t.ag <- Icens(lfirst_well, llast_well, lfirst_ill, formula=~ t.ag.X,
breaks=t.ag.int, data=t.ag)
> full.t.ag$cov$coeff
t.ag.Xnyearc t.ag.Xhorse t.ag.Xswine t.ag.Xpet t.ag.Xother
t.ag.Xpoultry t.ag.Xyr.horse
-0.29497437 0.77857817 -0.53315929 -1.02745065
-0.17775268 -0.08237047 -0.36606818
I want these coefficients to have the t.ag.X removed from the names. ie.
nyearc horse swine
pet other poultry yr.horse...
2004 Nov 19
0
Legend
...quot;transparent", width = 480, height = 640,pointsize =
12, res = 1200)
caption <- "Figure 20: Time series of near-bottom salinities for 4X summer
surveys.\nNumbers in strip panels indicate strata locations. Closed circles
represent one\nsampled station."
randy <- xyplot(xsal~xyr | xstrat,type="p",ylab="Salinity
(psu)",xlab="Year",background="white",
pch=16,mkh=.03,
as.table=T,
strip = function(...) strip.default(..., style = 1))
format.figure(randy,caption)
dev.off()
[[alternative HTML version deleted]]