plotOne {glmmBUGS}R Documentation

plotOne

Description

A function converted from matplot

Usage

plotOne(mat, main = NULL)

Arguments

mat ~~Describe mat here~~
main ~~Describe main here~~

Details

this function gives a smooth version of matplot.

Author(s)

Patrick Brown, patrick.brown@utoronto.ca

References

matplot

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--    or do  help(data=index)  for the standard data sets.

## The function is currently defined as
 plotOne((-5:8)^3, main="Plot")

[Package glmmBUGS version 1.0 Index]