https://github.com/cran/convoSPAT
Raw File
Tip revision: 2ecb9ba15a04fd468731c269b17a2df92bbc16b3 authored by Mark D. Risser on 12 April 2017, 21:30:56 UTC
version 1.2
Tip revision: 2ecb9ba
summary.NSconvo.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/convoSPAT_summplot.R
\name{summary.NSconvo}
\alias{summary.NSconvo}
\title{Summarize the nonstationary model fit.}
\usage{
\method{summary}{NSconvo}(object, ...)
}
\arguments{
\item{object}{A "NSconvo" object, from \code{NSconvo_fit}.}

\item{...}{additional arguments affecting the summary produced.}
}
\value{
Text containing the model fitting results.
}
\description{
\code{summary.NSconvo} prints relevant output from the model fitting
procedure.
}
\examples{
\dontrun{
summary.NSconvo( NSconvo.object )
}

}

back to top