File: proptimr.Rd

package info (click to toggle)
r-cran-optimx 2022-4.30%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,524 kB
  • sloc: sh: 21; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\name{proptimr}
\alias{proptimr}
\title{Compact display of an \code{optimr()} result object}
\description{
   \code{proptimr} displays the contents of a result computed by \code{optimr()}. 
}
\usage{
   proptimr(opres)
}
\arguments{
    \item{opres}{
        the object returned by function \code{optimr()}
        }
}
\value{
This function is intended for output only.
}
\author{
    John C. Nash
}
\keyword{optimize}