Displaying 3 results from an estimated 3 matches for "intxplot".
Did you mean:
interplot
2012 Jun 01
1
Fit lines in intxplot
Dear R help,
I tried to add linear fit lines in intxplot by adding "index.cond = function(x,y) coef(lm(y ~ x))[1]" inside the intxplot().? It didn't help.? I would appreciate any help.
My dataset and codes are pasted below.
Thanks,
A.K.
datGreen<- read.table(text="
Time,??? DarkSt,??? LightSt
0,??? 0,??? 1
1,??? 0.03,??? 0.82
2,?...
2012 May 29
2
use xyplot to plot mean and CI by groups
Dear R users,
I am trying to use xyplot to draw group mean and CI. The following is the
sample code. But I want:
1. Use different colors and symbols to draw individual points, CI and
the lines connect group means from different time points;
2. Add jitters to x axis to allow CIs not be overlapped
Could anyone modify the attached code to achieve this?
Thanks
library(lattice)
2007 Apr 09
1
How to solve differential and integral equation using R?
Hello,
I want to know if there are some functions or packages to solve differential
and integral equation using R.
Thanks.
Shao chunxuan.
[[alternative HTML version deleted]]