Displaying 2 results from an estimated 2 matches for "giraf".
Did you mean:
graf
2010 May 12
3
Boxplot position on X-axis relative to it's value
...e days are numeric or factors).
The result is, that the regression line looks different as when I draw a plot
plot(nmgml~day)
abline(nmgml~day)
How can I reach that the boxplot's position on the x-axis is relative to the time value? (and the days are not just treated as groups)
Data sample (Girafe-Dung)
day nmgml
1 29 2.72655
2 29 2.48820
3 15 2.85945
4 15 2.58915
5 15 2.88345
6 15 2.66675
7 47 3.29125
8 15 2.44085
9 29 2.43065
10 29 2.43425
11 29 2.42705
12 0 1.12350
13 15 5.10310
14 15 0.99880
15 0 2.22350
16 47 2.18290
17 47 2.21570
18 47 2.46450
19 29...
2013 Mar 13
1
S4 generic not exported correctly / incorrect dispatch?
..."
function (x, y, ...)
standardGeneric("plot")
<environment: 0x68cdc78>
Methods may be defined for arguments: x, y
Use showMethods("plot") for currently available ones.
I think everyone is playing by the rules, and that plot should be reported as an
S4 generic in girafe / PkgA?
> sessionInfo()
R Under development (unstable) (2013-03-13 r62241)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7]...