Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Annotation of /trunk/gadgetMerluza2015/scripts/annualUpdate.r
[mareframe] / trunk / gadgetMerluza2015 / scripts / annualUpdate.r Repository:
ViewVC logotype

Annotation of /trunk/gadgetMerluza2015/scripts/annualUpdate.r

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (view) (download)

1 : ulcessvp 10 ####################################################################################################
2 :     # ANNUAL UPDATE
3 :     # Script to create a R object with the information of the last year
4 :     # to ejecute all the R scripts without modification
5 :     # (camilo.saavedra@vi.ieo.es) 10/07/2013
6 :     ####################################################################################################
7 :    
8 :     # VERY IMPORTANT: Set working directory to source file location
9 :     # setwd()
10 :    
11 :     # Object with the last year with landings and survey data (previous year of the assessment)
12 :     lastYear <- 2014
13 :    
14 :     # likelihood
15 :     lkModel <- 1015.1691
16 :    
17 :     # Save object. Needed for future scripts "plot_FQuarter.r", "table_Summary.r", "data_FMult.r",
18 :     # "data_Fcomp.r", "plot_LongProj.r", "plot_ShortProj.r"
19 :     save(list=c("lastYear", "lkModel"), file= "R.data/annualUpdate.RData")

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge