data(MCO)
..$intact
: fdata
class object with ``intact cells''curves,
"data"
: Matrix of classfdata
with 89 intact cells curves (rows) measured every 10 seconds during an hour in isolated mouse cardiac cell."argvals"
, 360 discretization points from seond 0 to 3590."rangeval"
: range("argvals"
)."names"
list with:main
an overall title "Control Intact Treatment",xlab
title forx
axis "seconds" andylab
title fory
axis "Ca"...$classintact
: Factor levels of ``intact cells'' curves: "1" control group and "2" treatment group.
..$permea
: fdata
class object with ``permeabilized cells'' curves (whose membrane has been removed),
"data"
: Matrix of classfdata
with 90 permeabilizzed cells curves (rows) measured every 10 seconds during an hour in isolated mouse cardiac cell."argvals"
, 360 discretization points from seond 0 to 3590."rangeval"
: range("argvals"
)."names"
list with:main
an overall title "Control Intact Treatment",xlab
title forx
axis "seconds" andylab
title fory
axis "Ca"...$classpermea
: Factor levels of ``permeabilized cells'' curves: "1" control group and "2" treatment group.data(MCO)
names(MCO)
par(mfrow=c(1,2))
plot(MCO$intact,col=MCO$classintact)
plot(MCO$permea,col=MCO$classpermea)
Run the code above in your browser using DataLab