[Stacomir-commits] r153 - branch0.5/stacomir/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 16 15:17:22 CEST 2016


Author: briand
Date: 2016-08-16 15:17:22 +0200 (Tue, 16 Aug 2016)
New Revision: 153

Added:
   branch0.5/stacomir/man/charge-BilanFonctionnementDF-method.Rd
   branch0.5/stacomir/man/connect-BilanFonctionnementDF-method.Rd
   branch0.5/stacomir/man/plot-BilanMigrationMult-ANY-method.Rd
   branch0.5/stacomir/man/plot-BilanMigrationPar-ANY-method.Rd
Removed:
   branch0.5/stacomir/man/libraries.Rd
   branch0.5/stacomir/man/plot-BilanMigrationMult-method.Rd
   branch0.5/stacomir/man/plot-BilanMigrationPar-method.Rd
Modified:
   branch0.5/stacomir/man/BilanFonctionnementDF-class.Rd
   branch0.5/stacomir/man/charge-Bilan_stades_pigm-method.Rd
   branch0.5/stacomir/man/choix-RefDC-method.Rd
   branch0.5/stacomir/man/choixmult-RefDC-method.Rd
   branch0.5/stacomir/man/fn_sql_dis.Rd
   branch0.5/stacomir/man/funbarchartDF.Rd
Log:


Modified: branch0.5/stacomir/man/BilanFonctionnementDF-class.Rd
===================================================================
--- branch0.5/stacomir/man/BilanFonctionnementDF-class.Rd	2016-08-16 11:59:47 UTC (rev 152)
+++ branch0.5/stacomir/man/BilanFonctionnementDF-class.Rd	2016-08-16 13:17:22 UTC (rev 153)
@@ -2,10 +2,8 @@
 % Please edit documentation in R/BilanFonctionnementDF.r
 \docType{class}
 \name{BilanFonctionnementDF-class}
-\alias{BilanFonctionnementDF}
 \alias{BilanFonctionnementDF-class}
-\title{Class "BilanFonctionnementDF" Bilan du fonctionnement du dispositif de franchissement
-Class "BilanFonctionnementDF" Report fishway work}
+\title{Class "BilanFonctionnementDF" Report fishway work}
 \description{
 The DF (Dispositif de Franchissement) is a fishway. It may be automated and
 work only at certain times This report allows to see the detail of its work.
@@ -28,8 +26,10 @@
 \seealso{
 Other Bilan Class \code{\linkS4class{Bilan_lot}}
 \code{\linkS4class{Bilan_poids_moyen}}
-\code{\linkS4class{Bilan_stades_pigm}} \code{\linkS4class{Bilan_taille}}
-\code{\linkS4class{BilanConditionEnv}} \code{\linkS4class{BilanEspeces}}
+\code{\linkS4class{Bilan_stades_pigm}} 
+\code{\linkS4class{Bilan_taille}}
+\code{\linkS4class{BilanConditionEnv}} 
+\code{\linkS4class{BilanEspeces}}
 \code{\linkS4class{BilanFonctionnementDC}}
 \code{\linkS4class{BilanFonctionnementDF}}
 \code{\linkS4class{BilanMigration}}

Added: branch0.5/stacomir/man/charge-BilanFonctionnementDF-method.Rd
===================================================================
--- branch0.5/stacomir/man/charge-BilanFonctionnementDF-method.Rd	                        (rev 0)
+++ branch0.5/stacomir/man/charge-BilanFonctionnementDF-method.Rd	2016-08-16 13:17:22 UTC (rev 153)
@@ -0,0 +1,20 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/BilanFonctionnementDF.r
+\docType{methods}
+\name{charge,BilanFonctionnementDF-method}
+\alias{charge,BilanFonctionnementDF-method}
+\title{charge method for BilanFonctionnementDF}
+\usage{
+\S4method{charge}{BilanFonctionnementDF}(object, h)
+}
+\value{
+An object of class \ref{BilanFonctionnementDF}
+}
+\description{
+used by the graphical interface to retreive the objects of Referential classes
+assigned to envir_stacomi
+}
+\author{
+cedric.briand
+}
+

Modified: branch0.5/stacomir/man/charge-Bilan_stades_pigm-method.Rd
===================================================================
--- branch0.5/stacomir/man/charge-Bilan_stades_pigm-method.Rd	2016-08-16 11:59:47 UTC (rev 152)
+++ branch0.5/stacomir/man/charge-Bilan_stades_pigm-method.Rd	2016-08-16 13:17:22 UTC (rev 153)
@@ -3,8 +3,7 @@
 \docType{methods}
 \name{charge,Bilan_stades_pigm-method}
 \alias{charge,Bilan_stades_pigm-method}
-\title{Charge : method used by the graphical interface to buid object from values
-stored in envir_stacomi}
+\title{Charge method for BilanStadePigm}
 \usage{
 \S4method{charge}{Bilan_stades_pigm}(object, h)
 }
@@ -12,7 +11,7 @@
 Bilan_stades_pigm with slots filled with user choice
 }
 \description{
-Charge : method used by the graphical interface to buid object from values
+method used by the graphical interface to build object from values
 stored in envir_stacomi
 }
 \author{

Modified: branch0.5/stacomir/man/choix-RefDC-method.Rd
===================================================================
--- branch0.5/stacomir/man/choix-RefDC-method.Rd	2016-08-16 11:59:47 UTC (rev 152)
+++ branch0.5/stacomir/man/choix-RefDC-method.Rd	2016-08-16 13:17:22 UTC (rev 153)
@@ -21,7 +21,7 @@
  (e.g) is called from a report Bilan(e.g Bilan_lot).
   By default,  the value of the objectbilan is null.
   When it is not   the method calls daughter widgets (e.g. the dc widget will call species) 
-and fills it with the method \link {charge_avec_filtre}
+and fills it with the method \link{charge_avec_filtre}
 }
 \examples{
 \dontrun{ win=gwindow()

Modified: branch0.5/stacomir/man/choixmult-RefDC-method.Rd
===================================================================
--- branch0.5/stacomir/man/choixmult-RefDC-method.Rd	2016-08-16 11:59:47 UTC (rev 152)
+++ branch0.5/stacomir/man/choixmult-RefDC-method.Rd	2016-08-16 13:17:22 UTC (rev 153)
@@ -22,7 +22,7 @@
  (e.g) is called from a report Bilan(e.g Bilan_lot).
   By default,  the value of the objectbilan is null.
   When it is not   the method calls daughter widgets (e.g. the dc widget will call species) 
-and fills it with the method \link {charge_avec_filtre}
+and fills it with the method \link{charge_avec_filtre}
 }
 \examples{
 \dontrun{ 

Added: branch0.5/stacomir/man/connect-BilanFonctionnementDF-method.Rd
===================================================================
--- branch0.5/stacomir/man/connect-BilanFonctionnementDF-method.Rd	                        (rev 0)
+++ branch0.5/stacomir/man/connect-BilanFonctionnementDF-method.Rd	2016-08-16 13:17:22 UTC (rev 153)
@@ -0,0 +1,19 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/BilanFonctionnementDF.r
+\docType{methods}
+\name{connect,BilanFonctionnementDF-method}
+\alias{connect,BilanFonctionnementDF-method}
+\title{connect method for BilanFonctionnementDF}
+\usage{
+\S4method{connect}{BilanFonctionnementDF}(object, h)
+}
+\value{
+An object of class \ref{BilanFonctionnementDF}
+}
+\description{
+loads the working periods and type of arrest or disfunction of the DF
+}
+\author{
+cedric.briand
+}
+

Modified: branch0.5/stacomir/man/fn_sql_dis.Rd
===================================================================
--- branch0.5/stacomir/man/fn_sql_dis.Rd	2016-08-16 11:59:47 UTC (rev 152)
+++ branch0.5/stacomir/man/fn_sql_dis.Rd	2016-08-16 13:17:22 UTC (rev 153)
@@ -4,8 +4,7 @@
 \alias{fn_sql_dis}
 \title{This function is programmed to be called in fungraph and fungraphcivelle}
 \usage{
-fn_sql_dis(per_dis_identifiant, dateDebut = as.Date(duree[min(index)]),
-  dateFin = as.Date(duree[max(index)]))
+fn_sql_dis(per_dis_identifiant, dateDebut, dateFin)
 }
 \arguments{
 \item{per_dis_identifiant}{period of function of either fishway or counting

Modified: branch0.5/stacomir/man/funbarchartDF.Rd
===================================================================
--- branch0.5/stacomir/man/funbarchartDF.Rd	2016-08-16 11:59:47 UTC (rev 152)
+++ branch0.5/stacomir/man/funbarchartDF.Rd	2016-08-16 13:17:22 UTC (rev 153)
@@ -12,6 +12,9 @@
 \description{
 funbarchartDF creates a barchart for BilanFonctionnementDF class
 }
+\note{
+The program cuts periods which overlap between two month
+}
 \author{
 Cedric Briand \email{cedric.briand"at"eptb-vilaine.fr}
 }

Deleted: branch0.5/stacomir/man/libraries.Rd
===================================================================
--- branch0.5/stacomir/man/libraries.Rd	2016-08-16 11:59:47 UTC (rev 152)
+++ branch0.5/stacomir/man/libraries.Rd	2016-08-16 13:17:22 UTC (rev 153)
@@ -1,20 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/libraries.r
-\name{libraries}
-\alias{libraries}
-\title{function to call and load the libraries used in stacomi}
-\usage{
-libraries()
-}
-\description{
-function to call and load the libraries used in stacomi
-}
-\author{
-Cedric Briand \email{cedric.briand"at"eptb-vilaine.fr}
-function to call and load the libraries used in stacomi
-
-function to call and load the libraries used in stacomi
-
-Cedric Briand \email{cedric.briand"at"eptb-vilaine.fr}
-}
-

Added: branch0.5/stacomir/man/plot-BilanMigrationMult-ANY-method.Rd
===================================================================
--- branch0.5/stacomir/man/plot-BilanMigrationMult-ANY-method.Rd	                        (rev 0)
+++ branch0.5/stacomir/man/plot-BilanMigrationMult-ANY-method.Rd	2016-08-16 13:17:22 UTC (rev 153)
@@ -0,0 +1,28 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/BilanMigrationMult.r
+\docType{methods}
+\name{plot,BilanMigrationMult,ANY-method}
+\alias{plot,BilanMigrationMult,ANY-method}
+\title{Main plot method}
+\usage{
+\S4method{plot}{BilanMigrationMult,ANY}(x, y = null, ...)
+}
+\arguments{
+\item{x}{the bilanMigration}
+
+\item{...}{}
+
+\item{y=null}{to conform with plot method}
+}
+\description{
+calls \link{fungraph} et \link{fungraph_civelle} functions to plot as many "bilanmigration"
+as needed
+}
+\note{
+the function will test for the existence of data for one dc, one taxa, and one stage
+before running
+}
+\author{
+Cedric Briand \email{cedric.briand"at"eptb-vilaine.fr}
+}
+

Deleted: branch0.5/stacomir/man/plot-BilanMigrationMult-method.Rd
===================================================================
--- branch0.5/stacomir/man/plot-BilanMigrationMult-method.Rd	2016-08-16 11:59:47 UTC (rev 152)
+++ branch0.5/stacomir/man/plot-BilanMigrationMult-method.Rd	2016-08-16 13:17:22 UTC (rev 153)
@@ -1,28 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/BilanMigrationMult.r
-\docType{methods}
-\name{plot,BilanMigrationMult-method}
-\alias{plot,BilanMigrationMult-method}
-\title{Main plot method}
-\usage{
-\S4method{plot}{BilanMigrationMult}(x, y = null, ...)
-}
-\arguments{
-\item{x}{the bilanMigration}
-
-\item{...}{}
-
-\item{y=null}{to conform with plot method}
-}
-\description{
-calls \link{fungraph} et \link{fungraph_civelle} functions to plot as many "bilanmigration"
-as needed
-}
-\note{
-the function will test for the existence of data for one dc, one taxa, and one stage
-before running
-}
-\author{
-Cedric Briand \email{cedric.briand"at"eptb-vilaine.fr}
-}
-

Added: branch0.5/stacomir/man/plot-BilanMigrationPar-ANY-method.Rd
===================================================================
--- branch0.5/stacomir/man/plot-BilanMigrationPar-ANY-method.Rd	                        (rev 0)
+++ branch0.5/stacomir/man/plot-BilanMigrationPar-ANY-method.Rd	2016-08-16 13:17:22 UTC (rev 153)
@@ -0,0 +1,23 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/BilanMigrationPar.r
+\docType{methods}
+\name{plot,BilanMigrationPar,ANY-method}
+\alias{plot,BilanMigrationPar,ANY-method}
+\title{plot method for BilanMigrationPar}
+\usage{
+\S4method{plot}{BilanMigrationPar,ANY}(x, y = null, choix = 1, ...)
+}
+\arguments{
+\item{x}{An object of class BilanMigrationPar}
+
+\item{y}{null to conform to generic plot method}
+
+\item{choix}{1=barplot, 2=xyplot, 3=summary table}
+}
+\description{
+plot method for BilanMigrationPar
+}
+\author{
+Cedric Briand \email{cedric.briand"at"eptb-vilaine.fr}
+}
+

Deleted: branch0.5/stacomir/man/plot-BilanMigrationPar-method.Rd
===================================================================
--- branch0.5/stacomir/man/plot-BilanMigrationPar-method.Rd	2016-08-16 11:59:47 UTC (rev 152)
+++ branch0.5/stacomir/man/plot-BilanMigrationPar-method.Rd	2016-08-16 13:17:22 UTC (rev 153)
@@ -1,23 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/BilanMigrationPar.r
-\docType{methods}
-\name{plot,BilanMigrationPar-method}
-\alias{plot,BilanMigrationPar-method}
-\title{plot method for BilanMigrationPar}
-\usage{
-\S4method{plot}{BilanMigrationPar}(x, y = null, choix = 1, ...)
-}
-\arguments{
-\item{x}{An object of class BilanMigrationPar}
-
-\item{y}{null to conform to generic plot method}
-
-\item{choix}{1=barplot, 2=xyplot, 3=summary table}
-}
-\description{
-plot method for BilanMigrationPar
-}
-\author{
-Cedric Briand \email{cedric.briand"at"eptb-vilaine.fr}
-}
-



More information about the Stacomir-commits mailing list