[Stacomir-commits] r480 - pkg/stacomir

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 16 10:57:36 CEST 2018


Author: legrand
Date: 2018-05-16 10:57:35 +0200 (Wed, 16 May 2018)
New Revision: 480

Modified:
   pkg/stacomir/paper.md
Log:


Modified: pkg/stacomir/paper.md
===================================================================
--- pkg/stacomir/paper.md	2018-05-16 08:56:14 UTC (rev 479)
+++ pkg/stacomir/paper.md	2018-05-16 08:57:35 UTC (rev 480)
@@ -23,7 +23,7 @@
 They are often counted at stations when they perform the migrations at some of their lifestages, and these counts provide valuable indices to
 the population size and trend. 
 The objective of the stacomi project is to provide a common database for people monitoring fish migration, so that data from watershed are shared, and stocks exchanging between different basins are better managed. The stacomi database, is an open-source database, it managed with a JAVA interface, and results from
-that database are treated directly with the stacomiR package[@R2017]. The program is intended to be used by a "non experienced" R user, but all the R code automatically generated by the programm is shown to the user. Thus, it is possible to copy/paste the code and modify it (for example to change the preprogrammed colors or make more complicated changes). 
+that database are treated directly with the stacomiR package [@R2017]. The program is intended to be used by a "non experienced" R user, but all the R code automatically generated by the programm is shown to the user. Thus, it is possible to copy/paste the code and modify it (for example to change the preprogrammed colors or make more complicated changes). 
 The package is available from CRAN, a development version is available
 from R-Forge.
 
@@ -49,14 +49,14 @@
 # Plot for example, the glass eel migration in weight and number (top), the periods and type of operation for DF and DC, 
 # and the operation (trapping periods) (middle), a summary of migration per month (bottom). 
 ## For user without the connection to the database
-data("r_mig")
-data("r_mig_ope")
-assign("report_ope",r_mig_ope,envir=envir_stacomi)
-data("r_mig_df")
-assign("report_df",r_mig_df,envir=envir_stacomi)
-data("r_mig_dc")
-assign("report_dc",r_mig_dc,envir=envir_stacomi)
-plot(r_mig,plot.type="standard",silent=TRUE)
+data("r_mig_mult")
+data("r_mig_mult_ope")
+assign("report_ope",r_mig_mult_ope,envir=envir_stacomi)
+data("r_mig_mult_df")
+assign("report_df",r_mig_mult_df,envir=envir_stacomi)
+data("r_mig_mult_dc")
+assign("report_dc",r_mig_mult_dc,envir=envir_stacomi)
+plot(r_mig_mult,plot.type="standard",silent=TRUE)
 
 ```
 ![](man/figures/README-rmmstandard-1.png)



More information about the Stacomir-commits mailing list