Skip to content

Commit

Permalink
redoc (with prev)
Browse files Browse the repository at this point in the history
with 2a3d5c8:

* rebuild docs
  • Loading branch information
achubaty committed May 12, 2015
1 parent 2a3d5c8 commit d6e5ef2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion man/saveFiles.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ saveFiles(sim)
\item{sim}{A \code{simList} simulation object.}
}
\description{
Save simulation objects according to simParams
If there is a list entry with \code{.saveObjects} as a character string vector of
object names to save, then these objects will be saved with a call to saveFiles.
The file names will be equal to the object name plus
\code{simCurrentTime(sim)} is appended at the end. The files are saved as \code{.rds} files,
meaning, only one object gets saved per file.
}
\examples{
\dontrun{
saveFiles(mySim)
}
}
\author{
Eliot McIntire
Expand Down
2 changes: 1 addition & 1 deletion man/spadesEnv.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\name{.spadesEnv}
\alias{.spadesEnv}
\title{The SpaDES environment}
\format{\preformatted{<environment: 0x00000000265e8dd8>
\format{\preformatted{<environment: 0x0000000018686a90>
}}
\usage{
.spadesEnv
Expand Down

0 comments on commit d6e5ef2

Please sign in to comment.