# NOT RUN {
# List
limits <- list(low=0, high=1)
vectorShow(limits)
# Vector of named items
planktonCount <- c(phytoplankton=100, zooplankton=20)
vectorShow(planktonCount)
# Vector
vectorShow(pi)
# Matrix
vectorShow(volcano)
# Other arguments
knot2mps <- 0.5144444
vectorShow(knot2mps, postscript="knots per m/s")
vectorShow("January", msg="The first month is")
# }
Run the code above in your browser using DataLab