dmcCombineObservedData {DMCfun} | R Documentation |
Combine observed datasets
dmcCombineObservedData(...)
... |
Any number of outputs from dmcObservedData |
dmcCombineObservedData returns a list of objects of class "dmcob"
# Example 1
dat <- dmcCombineObservedData(flankerData, simonData) # combine flanker/simon data
plot(dat, figType = "delta", xlimDelta = c(200, 700), ylimDelta = c(-20, 80),
cols = c("black", "darkgrey"), legend = FALSE, resetPar = FALSE)
legend(200, 80, legend = c("Flanker Task", "Simon Task"),
col = c("black", "darkgrey"), lty = c(1, 1))