Skip to content

Commit

Permalink
usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhock committed Apr 17, 2024
1 parent 7707556 commit af823bf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions man/references_best.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@
\alias{references_best}
\title{Best references}
\description{Compute best asymptotic references.}
\usage{references_best(L, unit.col.vec=NULL, more.units=NULL, fun.list=NULL)}
\usage{
references_best(
L,
unit.col.vec=NULL,
more.units=L$more.units,
fun.list=NULL
)
}
\arguments{
\item{L}{List output from atime.}
\item{unit.col.vec}{Named character vector of units, default NULL
means standard units (kilobytes and seconds).}
\item{more.units}{Named character vector of units to add to
\code{unit.col.vec}, default NULL means nothing.}
\code{unit.col.vec}, default is to take from \code{L}.}
\item{fun.list}{List of asymptotic complexity reference functions,
default NULL means to use package default.}
}
Expand Down

0 comments on commit af823bf

Please sign in to comment.