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] View of /trunk/gadgetMerluza2015/scripts/annualUpdate.r
[mareframe] / trunk / gadgetMerluza2015 / scripts / annualUpdate.r Repository:
ViewVC logotype

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (download) (annotate)
Wed Jun 10 13:01:42 2015 UTC (9 years ago) by ulcessvp
File size: 915 byte(s)
Subido el nuevo caso de uso proporcionado por Santiago
####################################################################################################
#                                       ANNUAL UPDATE
#              Script to create a R object with the information of the last year
#                     to ejecute all the R scripts without modification
#                       (camilo.saavedra@vi.ieo.es) 10/07/2013
####################################################################################################

# VERY IMPORTANT: Set working directory to source file location
# setwd()

# Object with the last year with landings and survey data (previous year of the assessment)
lastYear <- 2014

# likelihood
lkModel <- 1015.1691

# Save object. Needed for future scripts "plot_FQuarter.r", "table_Summary.r", "data_FMult.r",
# "data_Fcomp.r", "plot_LongProj.r", "plot_ShortProj.r"
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