opiPresent_for_Octopus900 | R Documentation |
This is for internal use only. Use opiPresent()
with the same arguments and
the class of stim
as one of opiStaticStimulus
, opiTemporalStimulus
, or opiKineticStimulus
.
stim |
Stimulus to present (a list, see |
nextStim |
The stimulus to present after stim (it is not presented, but projector can move to it during response window) |
F310 |
If |
octo900.presentStatic, octo900.presentTemporal, octo900.presentKinetic
## Not run:
chooseOpi("Octopus900")
if (!is.null(opiInitialize()$err))
stop("opiInitialize failed")
s <- list(x=9, y=9, level=dbTocd(db), size=0.43, color="white",
duration=200, responseWindow=1500, checkFixationOK=NULL)
class(s) <- "opiStaticStimulus"
print(opiPresent(s, NULL))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.