showRatioOfQspraysOption<- {ratioOfQsprays} | R Documentation |
Set a show option to a 'ratioOfQsprays'
Description
Set a show option to a ratioOfQsprays
object.
Usage
showRatioOfQspraysOption(x, which) <- value
Arguments
x |
a |
which |
which option to set; this can be |
value |
the value of the option to be set |
Value
This returns the updated ratioOfQsprays
.
See Also
Examples
set.seed(666)
( roq <- rRatioOfQsprays() )
showRatioOfQspraysOption(roq, "quotientBar") <- " / "
roq
showRatioOfQspraysOption(roq, "x") <- "a"
roq
showRatioOfQspraysOption(roq, "showQspray") <- showQsprayXYZ()
roq
[Package ratioOfQsprays version 1.1.0 Index]