Last chance! 50% off unlimited learning
Sale ends in
copper
dataset.] R code is also provided to reproduce all
the Figures displayed in Baddeley et al (2005).
The component plotfig
is a function, which can be called
with a numeric or character argument specifying the Figure or Figures
that should be plotted. See the Examples.
data(residualspaper)
Figure 4 (a,b,c): Adrian Baddeley
data(residualspaper)
X <- residualspaper$Fig4a
summary(X)
plot(X)
# reproduce all Figures
residualspaper$plotfig()
# reproduce Figures 1 to 10
residualspaper$plotfig(1:10)
# reproduce Figure 7 (a)
residualspaper$plotfig("7a")
Run the code above in your browser using DataLab