R/tracePlots.R

Defines functions tracePlots

Documented in tracePlots

##
##  PURPOSE:   Drawing traceplots of selected parameters from fitted objects
##             * generic function
##
##  AUTHOR:    Arnost Komarek (LaTeX: Arno\v{s}t Kom\'arek)
##             arnost.komarek[AT]mff.cuni.cz
##
##  CREATED:   16/01/2010
##
##  FUNCTIONS: tracePlots (16/01/2010)
##
## ======================================================================

## *************************************************************
## tracePlots
## *************************************************************
tracePlots <- function(x, ...)
{
  UseMethod("tracePlots")
}  

Try the mixAK package in your browser

Any scripts or data that you put into this service are public.

mixAK documentation built on Sept. 25, 2023, 5:08 p.m.