From 03f7b72a4b1d4425948bac158b5c8113d045eb90 Mon Sep 17 00:00:00 2001 From: George Vega Date: Wed, 19 Jul 2017 23:09:01 -0700 Subject: [PATCH] CRAN relase --- R/RcppExports.R | 2 +- man/edges_coords.Rd | 2 +- src/plot.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/RcppExports.R b/R/RcppExports.R index afe7d8a..e2a20ad 100644 --- a/R/RcppExports.R +++ b/R/RcppExports.R @@ -118,7 +118,7 @@ grid_distribution <- function(x, y, nlevels = 100L) { #' @param vertex_cex Numeric vector of size \eqn{n}. Vertices' sizes in terms #' of the x-axis (see \code{\link{symbols}}). #' @param undirected Logical scalar. Whether the graph is undirected or not. -#' @param no_contemporary Logical scalar. Whether to return (calcular) edges' +#' @param no_contemporary Logical scalar. Whether to return (compute) edges' #' coordiantes for vertices with the same time of adoption (see details). #' @param dev Numeric vector of size 2. Height and width of the device (see details). #' @param ran Numeric vector of size 2. Range of the x and y axis (see details). diff --git a/man/edges_coords.Rd b/man/edges_coords.Rd index 80fc0f8..be9a630 100644 --- a/man/edges_coords.Rd +++ b/man/edges_coords.Rd @@ -21,7 +21,7 @@ of the x-axis (see \code{\link{symbols}}).} \item{undirected}{Logical scalar. Whether the graph is undirected or not.} -\item{no_contemporary}{Logical scalar. Whether to return (calcular) edges' +\item{no_contemporary}{Logical scalar. Whether to return (compute) edges' coordiantes for vertices with the same time of adoption (see details).} \item{dev}{Numeric vector of size 2. Height and width of the device (see details).} diff --git a/src/plot.cpp b/src/plot.cpp index 38ce0e2..7d6262b 100644 --- a/src/plot.cpp +++ b/src/plot.cpp @@ -120,7 +120,7 @@ with(z, rgl::persp3d(as.vector(x),as.vector(y),z/sum(z), col="lightblue")) //' @param vertex_cex Numeric vector of size \eqn{n}. Vertices' sizes in terms //' of the x-axis (see \code{\link{symbols}}). //' @param undirected Logical scalar. Whether the graph is undirected or not. -//' @param no_contemporary Logical scalar. Whether to return (calcular) edges' +//' @param no_contemporary Logical scalar. Whether to return (compute) edges' //' coordiantes for vertices with the same time of adoption (see details). //' @param dev Numeric vector of size 2. Height and width of the device (see details). //' @param ran Numeric vector of size 2. Range of the x and y axis (see details).