R/tracePlots.default.R

Defines functions tracePlots.default

Documented in tracePlots.default

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

## *************************************************************
## tracePlots.default
## *************************************************************
tracePlots.default <- function(x, ...)
{
  stop("No plot produced, x is of none of supported classes.")
}

Try the mixAK package in your browser

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

mixAK documentation built on Sept. 17, 2024, 1:06 a.m.