dmcCombineObservedData: dmcCombineObservedData

Description Usage Arguments Value Examples

View source: R/dmcData.R

Description

Combine observed datasets

Usage

1

Arguments

...

Any number of outputs from dmcObservedData

Value

dmcCombineObservedData returns a list of objects of class "dmcob"

Examples

1
2
3
4
5
6
# 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))

DMCfun documentation built on Oct. 25, 2021, 9:09 a.m.