[Stacomir-commits] r364 - pkg/stacomir/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue May 16 14:56:25 CEST 2017
Author: briand
Date: 2017-05-16 14:56:24 +0200 (Tue, 16 May 2017)
New Revision: 364
Modified:
pkg/stacomir/R/BilanMigrationCar.r
Log:
Modified: pkg/stacomir/R/BilanMigrationCar.r
===================================================================
--- pkg/stacomir/R/BilanMigrationCar.r 2017-05-16 12:52:23 UTC (rev 363)
+++ pkg/stacomir/R/BilanMigrationCar.r 2017-05-16 12:56:24 UTC (rev 364)
@@ -129,7 +129,7 @@
#'
#' Used by the graphical interface to collect and test objects in the environment envir_stacomi,
#' fills also the data slot by the connect method
-#' @param object An object of class \link{BilanMigrationMult-class}
+#' @param object An object of class \link{BilanMigrationCar-class}
#' @param silent Default FALSE, if TRUE the program should not display messages
#' @return \link{BilanMigrationCar-class} with slots filled by user choice
#' @author Cedric Briand \email{cedric.briand"at"eptb-vilaine.fr}
@@ -391,12 +391,12 @@
#' @param x An object of class BilanMigrationCar
#' @param y not used there
#' @param plot.type One of "qual", "quant" "crossed" default to qual
-#' @param color_parm A named vector for the colors of either parameters (if plot.type=quant) or levels for
+#' @param color A named vector for the colors of either parameters (if plot.type=quant) or levels for
#' parameters (if plot.type=qual).
#' @param silent Boolean default FALSE, if TRUE information messages not displayed
#' @param ... Additional parameters
#' @author Cedric Briand \email{cedric.briand"at"eptb-vilaine.fr}
-setMethod("plot",signature=signature(x="BilanMigrationCar",y="missing"),definition=function(x,color_parm=NULL,plot.type="qual",...){
+setMethod("plot",signature=signature(x="BilanMigrationCar",y="missing"),definition=function(x,color_parm=NULL,plot.type="qual",silent=FALSE,...){
bmC<-x
if (nrow(bmC at calcdata)==0) stop("no data in calcdata, have you forgotten to run calculations")
# transformation du tableau de donnees
More information about the Stacomir-commits
mailing list