https://github.com/cran/graphicalVAR
Tip revision: adfe9e2a3132be9e1eba0976f9ce89d2af162594 authored by Sacha Epskamp on 16 June 2018, 18:28:45 UTC
version 0.2.2
version 0.2.2
Tip revision: adfe9e2
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>
}