Displaying 3 results from an estimated 3 matches for "sc_recov".
2008 Oct 01
1
Aggregate issues with subset
Hello,
I used the aggregate function with success on my data frame "all".
> aggregate(all, list(sc_recov), mean)
I then made a subset of this data frame:
>s.all <-subset(all, select= c(3,4,5,6,7,8,9,10,11,23))
but when I tried to to run the aggregate function on this subset:
> aggregate(s.all, list(sc_recov), mean)
The result is garbage (i.e. its not grouping the data). So then I took my...
2008 Oct 02
2
Multiple hist(ograms) - One plot
Hello,
I am trying to plot multiple histograms with the same scales, etc into one
plot. The commands below produce a 3 page PDF with each histogram occupying
the upper right quadrant. And use slightly different scales on the X and Y
axes.
> s21 <- dat[dat$sc_recov=="21",]
> s21.ED <- subset(s21, select=(bbED))
> s31 <- all[all$sc_recov=="31",]
> s31.ED <- subset(s31, select=(bbED))
> s41 <- all[all$sc_recov=="41",]
> s41.ED <- subset(s41, select=(bbED))
> pdf("234_1_ED.pdf")
> par(mf...
2008 Oct 01
0
Multiple histograms one graphic device & groupings
...t;
[11] "bbPROX_MN" "pfor" "year" "extent"
"bi_ca"
[16] "r" "ex_bin" "PriNo" "pri1234"
"pri_ex"
[21] "sc_ex" "Sc_ex_pri" "sc_recov" "recov_bica"
"sc_reco_bica"
[26] "sc_ec_p1234" "Pri_No" "id_no" "RecovUnit"
"Max_est"
[31] "F23" "F24" "F25" "F26"
"F27"
[36] &q...