diff --git a/man/activity.attribute.Rd b/man/activity.attribute.Rd index ad95e38..f8a2e1e 100644 --- a/man/activity.attribute.Rd +++ b/man/activity.attribute.Rd @@ -40,14 +40,14 @@ To specify a spell as a single time point: \itemize{ - \item use the \code{at} argument, or - \item use \code{onset=terminus}. + \item{ use the \code{at} argument, or} + \item{ use \code{onset=terminus}. } } To specify a spell as a particular interval, one of the following combinations of \code{onset}, \code{terminus} and \code{length} is required: \itemize{ - \item \code{onset} and \code{terminus} - \item \code{onset} and \code{length} - \item \code{terminus} and \code{length} + \item{ \code{onset} and \code{terminus} } + \item{ \code{onset} and \code{length} } + \item{ \code{terminus} and \code{length} } } The special \dQuote{null} spell is used to designate elements that are never active (i.e., have no valid activity spells). These can only be set by the \code{deactivate} function (see \code{\link{activity.attribute}}) and by convention are stored as \code{c(Inf,Inf)}. \dQuote{Null} spells are incompatible with other spells, and should be replaced whenever an activation enters the element's event history. diff --git a/man/network.dynamic.check.Rd b/man/network.dynamic.check.Rd index cf44992..8041183 100644 --- a/man/network.dynamic.check.Rd +++ b/man/network.dynamic.check.Rd @@ -51,18 +51,18 @@ is.networkDynamic(x) For \code{network.dynamic.check}: A list of logical vectors, one for each network component checked: \itemize{ - \item{\code{$vertex.checks} : }{Whether the spell matrix of each vertex (if any) + \item{\code{$vertex.checks} : Whether the spell matrix of each vertex (if any) is correctly specified} - \item{\code{$edge.checks} : }{Whether the spell matrix of each edge (if any) + \item{\code{$edge.checks} : Whether the spell matrix of each edge (if any) is correctly specified} - \item{\code{$dyad.checks} : }{Corresponding to edges, whether the incident vertices + \item{\code{$dyad.checks} : Corresponding to edges, whether the incident vertices of each edge are active when the edge is active} - \item{\code{$vertex.tea.checks} : }{Corresponding to vertices, whether the vertex has + \item{\code{$vertex.tea.checks} : Corresponding to vertices, whether the vertex has correctly formed TEA attributes} - \item{\code{$edge.tea.checks} : }{Corresponding to edges, whether the edge has + \item{\code{$edge.tea.checks} : Corresponding to edges, whether the edge has correctly formed TEA attributes} - \item{\code{$network.tea.checks} : }{Single boolean, whether the network TEA attributes are formed correctly} - \item{\code{$net.obs.period.check} : } {NULL, if no \code{net.obs.period} network attribute is present, otherwise a single boolean, whether the attribute is formed correctly. } + \item{\code{$network.tea.checks} : Single boolean, whether the network TEA attributes are formed correctly} + \item{\code{$net.obs.period.check} : NULL, if no \code{net.obs.period} network attribute is present, otherwise a single boolean, whether the attribute is formed correctly. } } For \code{is.networkDynamic}: a boolean which is true if the class matches diff --git a/man/print.networkDynamic.Rd b/man/print.networkDynamic.Rd index 20626cd..beb4125 100644 --- a/man/print.networkDynamic.Rd +++ b/man/print.networkDynamic.Rd @@ -25,7 +25,7 @@ Prints out some very basic descriptive stats about the network's dynamics, and t \item{x}{ an object of class networkDynamic including dynamic relational information } \item{\dots}{ -%% ~~Describe \code{\dots} here~~ + additional items to be passed for consideration by other classes } } \details{