diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-19 15:41:24 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-19 15:41:24 +0100 |
commit | db9ae6a0c9cecb92048fde6f06af1da183c09b5f (patch) | |
tree | f0ea97545549c71bd7aa3d13afed422fd402f0e6 /man/print.mkinmod.Rd | |
parent | 6441a9f35d66f2c4d38c0036f99cd8f509d76f3b (diff) |
Depend on parallel, doc improvements
By depending on parallel instead of importing it, functions to set up
and stop a cluster are always available when mkin is loaded.
The use of multicore processing in mmkin on Windows is now documented in
the help file, which brings mkin closer to a version 1.0 #9.
Diffstat (limited to 'man/print.mkinmod.Rd')
-rw-r--r-- | man/print.mkinmod.Rd | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/man/print.mkinmod.Rd b/man/print.mkinmod.Rd deleted file mode 100644 index 4e44cde6..00000000 --- a/man/print.mkinmod.Rd +++ /dev/null @@ -1,26 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/mkinmod.R -\name{print.mkinmod} -\alias{print.mkinmod} -\title{Print mkinmod objects} -\usage{ -\method{print}{mkinmod}(x, ...) -} -\arguments{ -\item{x}{An \code{\link{mkinmod}} object.} - -\item{\dots}{Not used.} -} -\description{ -Print mkinmod objects in a way that the user finds his way to get to its -components. -} -\examples{ - - m_synth_SFO_lin <- mkinmod(parent = list(type = "SFO", to = "M1"), - M1 = list(type = "SFO", to = "M2"), - M2 = list(type = "SFO"), use_of_ff = "max") - - print(m_synth_SFO_lin) - -} |