https://github.com/cran/graphicalVAR
Tip revision: fd0d21321602de985047d7a7a182cdb254fec375 authored by Sacha Epskamp on 16 May 2023, 11:30:02 UTC
version 0.3.1
version 0.3.1
Tip revision: fd0d213
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>
}