-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
URL changes needed to update docs (and a nuisance file deleted).
- Loading branch information
1 parent
3f35904
commit a6221ce
Showing
9 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# David Hunter <[email protected]> and Mark S. Handcock | ||
# <[email protected]>. | ||
# | ||
# Last Modified 02/24/19 | ||
# Last Modified 06/06/21 | ||
# Licensed under the GNU General Public License version 2 (June, 1991) | ||
# or greater | ||
# | ||
|
@@ -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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @author Carter T. Butts \email{[email protected]} | ||
#' @examples | ||
#' #Create a network with three edges | ||
|
@@ -537,7 +537,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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @author Carter T. Butts \email{[email protected]} | ||
#' | ||
#' @seealso \code{\link{get.edgeIDs}}, \code{\link{network.extraction}}, | ||
|
@@ -763,7 +763,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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1049,7 +1049,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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' | ||
#' Wasserman, S. and Faust, K. 1994. \emph{Social Network Analysis: Methods | ||
#' and Applications.} Cambridge: Cambridge University Press. | ||
|
@@ -1176,7 +1176,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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1247,7 +1247,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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' | ||
#' Wasserman, S. and Faust, K. 1994. \emph{Social Network Analysis: Methods | ||
#' and Applications}. Cambridge: Cambridge University Press. | ||
|
@@ -1376,7 +1376,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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1497,7 +1497,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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1604,7 +1604,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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1709,7 +1709,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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1760,7 +1760,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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
@@ -1831,7 +1831,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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords manip graphs | ||
#' @examples | ||
#' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# David Hunter <[email protected]> and Mark S. Handcock | ||
# <[email protected]>. | ||
# | ||
# Last Modified 06/05/21 | ||
# Last Modified 06/06/21 | ||
# Licensed under the GNU General Public License version 2 (June, 1991) | ||
# or greater | ||
# | ||
|
@@ -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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords classes graphs | ||
#' @examples | ||
#' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# David Hunter <[email protected]> and Mark S. Handcock | ||
# <[email protected]>. | ||
# | ||
# Last Modified 03/4/13 | ||
# Last Modified 06/06/21 | ||
# Licensed under the GNU General Public License version 2 (June, 1991) | ||
# or greater | ||
# | ||
|
@@ -100,7 +100,7 @@ | |
#' @seealso \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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' | ||
#' Fruchterman, T.M.J. and Reingold, E.M. (1991). \dQuote{Graph Drawing by | ||
#' Force-directed Placement.} \emph{Software - Practice and Experience,} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# David Hunter <[email protected]> and Mark S. Handcock | ||
# <[email protected]>. | ||
# | ||
# Last Modified 02/26/13 | ||
# Last Modified 06/06/21 | ||
# Licensed under the GNU General Public License version 2 (June, 1991) | ||
# or greater | ||
# | ||
|
@@ -353,7 +353,7 @@ print.mixingmatrix <- function(x, ...) { | |
#' @seealso \code{\link{network.edgecount}}, \code{\link{network.size}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' | ||
#' Wasserman, S. and Faust, K. (1994). \emph{Social Network Analysis: Methods | ||
#' and Applications.} Cambridge: Cambridge University Press. | ||
|
@@ -518,7 +518,7 @@ is.discrete<-function(x){ | |
#' @seealso \code{\link{as.matrix.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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords graphs | ||
#' @examples | ||
#' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# David Hunter <[email protected]> and Mark S. Handcock | ||
# <[email protected]>. | ||
# | ||
# Last Modified 01/28/11 | ||
# Last Modified 06/06/21 | ||
# Licensed under the GNU General Public License version 2 (June, 1991) | ||
# or greater | ||
# | ||
|
@@ -156,7 +156,7 @@ out_of_bounds <- function(x, el){ | |
#' \code{\link{network.operators}}, and \code{\link{get.inducedSubgraph}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords graphs manip | ||
#' @examples | ||
#' | ||
|
@@ -554,7 +554,7 @@ out_of_bounds <- function(x, el){ | |
#' @seealso \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{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' | ||
#' Wasserman, S. and Faust, K. (1994). \emph{Social Network Analysis: Methods | ||
#' and Applications.} Cambridge: University of Cambridge Press. | ||
|
@@ -1292,7 +1292,7 @@ networkOperatorSetup<-function(x,y=NULL){ | |
#' @seealso \code{\link{network.operators}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords arith graphs | ||
#' @examples | ||
#' | ||
|
@@ -1357,7 +1357,7 @@ prod.network<-function(..., attrname=NULL, na.rm=FALSE){ | |
#' @seealso \code{\link{network.operators}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords arith graphs | ||
#' @examples | ||
#' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# David Hunter <[email protected]> and Mark S. Handcock | ||
# <[email protected]>. | ||
# | ||
# Last Modified 11/24/19 | ||
# Last Modified 06/06/21 | ||
# Licensed under the GNU General Public License version 2 (June, 1991) | ||
# or greater | ||
# | ||
|
@@ -122,7 +122,7 @@ make.arrow.poly.coords<-function(x0,y0,x1,y1,ahangle,ahlen,swid,toff,hoff,ahead, | |
#' \code{\link{polygon}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords aplot graphs | ||
#' @examples | ||
#' | ||
|
@@ -333,7 +333,7 @@ make.vertex.poly.coords<-function(x,y,r,s,rot){ | |
#' @seealso \code{\link{plot.network}}, \code{\link{polygon}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' @keywords aplot graphs | ||
#' @examples | ||
#' | ||
|
@@ -600,7 +600,7 @@ network.edgelabel<-function(px0,py0,px1,py1,label,directed,loops=FALSE,cex,curve | |
#' \code{\link{network.loop}}, \code{\link{network.vertex}} | ||
#' @references Butts, C. T. (2008). \dQuote{network: a Package for Managing | ||
#' Relational Data in R.} \emph{Journal of Statistical Software}, 24(2). | ||
#' \url{http://www.jstatsoft.org/v24/i02/} | ||
#' \url{https://www.jstatsoft.org/v24/i02/} | ||
#' | ||
#' Wasserman, S., and Faust, K. (1994). \emph{Social Network Analysis: | ||
#' Methods and Applications.} Cambridge: Cambridge University Press. | ||
|
Binary file not shown.