Level 1 of t3 process (logbooks standardisation).
t3_level1(
object_model_data,
object_full_trips,
species_fao_codes_rf1 = c("YFT", "SKJ", "BET", "ALB", "MIX", "LOT"),
species_fate_codes_rf1 = as.integer(c(6, 11)),
vessel_type_codes_rf1 = as.integer(c(4, 5, 6)),
rf1_lowest_limit = 0.8,
rf1_highest_limit = 1.2,
sunrise_schema = "sunrise",
sunset_schema = "sunset",
log_file = FALSE,
log_path = NULL,
log_name = "t3_level1",
output_path = NULL,
output_format = "eu",
new_directory = FALSE,
integrated_process = FALSE,
referential_template = "observe"
)
Object of classes object_model_data
and R6
expected.
Object of classes full_trips
, list_t3
and R6
expected.
Object of type character
expected. By default YFT, SKJ, BET, ALB, MIX and LOT. Specie(s) FAO code(s) used for the RF1 process.
Object of type integer
expected. By default 6 ("Retained, presumably destined for the cannery"). Specie(s) fate code(s) used for the RF1 process.
Object of type integer
expected. By default 4, 5 and 6. Vessel type(s).
Object of type numeric
expected. Verification value for the lowest limit of the RF1. By default 0.8.
Object of type numeric
expected. Verification value for the highest limit of the RF1. By default 1.2.
Object of class character expected. Sunrise caracteristic. By default "sunrise" (top edge of the sun appears on the horizon). See function fishing_time() for more details.
Object of class character expected. Sunset caracteristic. By default "sunset" (sun disappears below the horizon, evening civil twilight starts). See function fishing_time() for more details.
Object of class logical expected. Initiation or not for log file creation. By default FALSE (no).
Object of class character expected. Path of the log file directory. By default NULL.
Object of class character expected. Name of the log file. By default "t3_level1".
Object of class character
expected. Outputs path directory. By default NULL.
Object of class character
expected. By default "eu". Select outputs format regarding European format (eu) or United States format (us).
Object of class logical
expected. Initiate a new outputs directory of use an existing one. By default NULL.
Object of class logical
expected. Indicate if the process is integrated in another (like the one in the function "t3_process"). By default FALSE.
Object of class character
expected. By default "observe". Referential template selected (for example regarding the activity_code). You can switch to "avdth".
The function a R6 reference object of class "object_full_trips".