X-Git-Url: https://git.auder.net/css/%24%7BgetWhatsApp%28link%29%7D?a=blobdiff_plain;ds=sidebyside;f=pkg%2FR%2Fplot.R;h=265f1cd67d033a0b1d1215201511e7e4dc915fb3;hb=cf673dee64ab0ce02ccaaba0fb63a9a4589ee8aa;hp=f94f19a6da41b54f854de4d0ad0d359707ed8d1c;hpb=cbd88fe5729bf206a784238a2637aa60e697fcdc;p=morpheus.git diff --git a/pkg/R/plot.R b/pkg/R/plot.R index f94f19a..265f1cd 100644 --- a/pkg/R/plot.R +++ b/pkg/R/plot.R @@ -18,7 +18,7 @@ extractParam <- function(mr, x=1, y=1) #' #' @param mr Output of multiRun(), list of lists of functions results #' @param x Row index of the element inside the aggregated parameter -#' @param y Colomn index of the element inside the aggregated parameter +#' @param y Column index of the element inside the aggregated parameter #' #' @examples #' \dontrun{ @@ -115,6 +115,9 @@ plotCoefs <- function(mr, params) #' Draw 3D map of objective function values #' #' @param N Number of starting points +#' @param n Number of points in sample +#' @param p Vector of proportions +#' @param b Vector of biases #' @param β Regression matrix (target) #' @param link Link function (logit or probit) #'