https://github.com/cran/convoSPAT
Revision 5f75258a89541e5d34635e6f30b9e27ac6b16815 authored by Mark D. Risser on 03 November 2017, 15:53:59 UTC, committed by cran-robot on 03 November 2017, 15:53:59 UTC
1 parent 2ecb9ba
Raw File
Tip revision: 5f75258a89541e5d34635e6f30b9e27ac6b16815 authored by Mark D. Risser on 03 November 2017, 15:53:59 UTC
version 1.2.4
Tip revision: 5f75258
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