https://github.com/cran/graphicalVAR
Tip revision: fa7a75c3f3a4ddfe79aa31394ef4a489db8a5086 authored by Sacha Epskamp on 03 July 2016, 10:54:01 UTC
version 0.1.4
version 0.1.4
Tip revision: fa7a75c
S3.Rd
\name{print.graphicalVAR}
\alias{print.graphicalVAR}
\alias{summary.graphicalVAR}
\title{
S3 methods for graphicalVAR objects.
}
\description{
Prints a short overview of the results of \code{\link{graphicalVAR}}
}
\usage{
\method{print}{graphicalVAR}(x, ...)
\method{summary}{graphicalVAR}(object, ...)
}
\arguments{
\item{x}{
A \code{graphicalVAR} object
}
\item{object}{
A \code{graphicalVAR} object
}
\item{\dots}{
Not used.
}
}
\author{
Sacha Epskamp <mail@sachaepskamp.com>
}