diff --git a/R/misc.R b/R/misc.R index a3ba285..19551d1 100644 --- a/R/misc.R +++ b/R/misc.R @@ -468,7 +468,6 @@ is.color<-function(x){ #' @param x an object to be designated either discrete or continuous, or a #' network. #' @param y a network or something coercible to one. -#' @param \dots further arguments passed to or used by methods. #' #' @seealso network #' diff --git a/man/network-internal.Rd b/man/network-internal.Rd index 252237f..8047842 100644 --- a/man/network-internal.Rd +++ b/man/network-internal.Rd @@ -21,8 +21,6 @@ networkOperatorSetup(x, y = NULL) network.} \item{y}{a network or something coercible to one.} - -\item{\dots}{further arguments passed to or used by methods.} } \description{ Internal network functions.