foo {RGalaxy} | R Documentation |
a foo function
foo(input = GalaxyInputFile(), x = GalaxyNumericParam(), y = TRUE, z = GalaxyCharacterParam(c("Seattle", "Tacoma", "Olympia")), output = GalaxyOutput("pdf"))
input |
An input dataset |
x |
the x param |
y |
the y param |
z |
the z param |
output |
the output |
nothing