-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ | |
#' \code{\link{network.edgelist}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -253,7 +253,7 @@ add.edges.network<-function(x, tail, head, names.eval=NULL, vals.eval=NULL, ...) | |
#' \code{\link{set.vertex.attribute}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -430,7 +430,7 @@ add.vertices.network<-function(x, nv, vattr=NULL, last.mode=TRUE, ...){ | |
#' \code{\link{as.matrix.network}}, \code{\link{network.extraction}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' @author Carter T. Butts \email{[email protected]} | ||
#' @examples | ||
#' #Create a network with three edges | ||
|
@@ -538,7 +538,7 @@ delete.edge.attribute.network <- function(x, attrname, ...) { | |
#' | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' @author Carter T. Butts \email{[email protected]} | ||
#' | ||
#' @seealso \code{\link{get.edgeIDs}}, \code{\link{network.extraction}}, | ||
|
@@ -770,7 +770,7 @@ get.edge.value.list <- get.edge.value.network | |
#' @seealso \code{\link{get.neighborhood}}, \code{\link{valid.eids}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1056,7 +1056,7 @@ get.network.attribute.network <- function(x, attrname, unlist=FALSE, ...) { | |
#' @seealso \code{\link{get.edges}}, \code{\link{is.adjacent}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' | ||
#' Wasserman, S. and Faust, K. 1994. \emph{Social Network Analysis: Methods | ||
#' and Applications.} Cambridge: Cambridge University Press. | ||
|
@@ -1183,7 +1183,7 @@ get.vertex.attribute.network <- function(x, attrname, na.omit=FALSE, null.na=TRU | |
#' \code{set.network.attribute}, \code{\link{add.edges}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1254,7 +1254,7 @@ has.loops<-function(x){ | |
#' \code{\link{attribute.methods}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' | ||
#' Wasserman, S. and Faust, K. 1994. \emph{Social Network Analysis: Methods | ||
#' and Applications}. Cambridge: Cambridge University Press. | ||
|
@@ -1383,7 +1383,7 @@ is.multiplex<-function(x){ | |
#' \code{\link{get.network.attribute}}, \code{is.adjacent}, \code{\link{is.na}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1504,7 +1504,7 @@ is.na.network<-function(x){ | |
#' \code{\link{network.indicators}}, \code{\link{plot.network}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1611,7 +1611,7 @@ network.dyadcount<-function(x, ...) UseMethod("network.dyadcount") | |
#' \code{\link{network.edgecount}}, \code{\link{is.directed}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1716,7 +1716,7 @@ network.edgecount<-function(x, ...) UseMethod("network.edgecount") | |
#' @seealso \code{\link{get.network.attribute}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1767,7 +1767,7 @@ network.naedgecount.network<-function(x, ...){ | |
#' @seealso \code{\link{get.network.attribute}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1838,7 +1838,7 @@ network.vertex.names<-function(x){ | |
#' @seealso \code{\link{network}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' @keywords manip graphs | ||
#' @examples | ||
#' | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,7 +119,7 @@ network<-function(x, vertex.attr=NULL, vertex.attrnames=NULL, | |
#' | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' | ||
#' @author Carter T. Butts \email{[email protected]} and David Hunter | ||
#' \email{[email protected]} | ||
|
@@ -432,7 +432,7 @@ network.incidence<-function(x, g, ignore.eval=TRUE, names.eval=NULL, ...){ | |
#' @seealso \code{\link{network}}, \code{\link{as.network.matrix}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' \doi{10.18637/jss.v024.i02} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.