t3_level3 | R Documentation |
Level 3 of t3 process (modelislation).
t3_level3(
inputs_level3,
inputs_level3_path = NULL,
periode_reference_level3 = NULL,
target_year,
period_duration,
distance_maximum = as.integer(5),
number_sets_maximum = as.integer(5),
set_weight_minimum = as.integer(6),
minimum_set_frequency = 0.1,
vessel_id_ignored = NULL,
num.trees = 1000L,
mtry = 2L,
min.node.size = 5,
seed_number = 7L,
small_fish_only = FALSE,
plot_sample = FALSE,
avdth_patch_coord = FALSE,
ci = FALSE,
ci_type = "all",
Nboot = 50,
plot_predict = FALSE,
log_file = FALSE,
log_path = NULL,
log_name = "t3_level3",
output_path = NULL,
output_format = "eu",
new_directory = FALSE,
integrated_process = FALSE
)
inputs_level3 |
Object of type |
inputs_level3_path |
Object of type |
periode_reference_level3 |
Object of type |
target_year |
Object of type |
period_duration |
Object of type |
distance_maximum |
Object of type |
number_sets_maximum |
Object of type |
set_weight_minimum |
Object of type |
minimum_set_frequency |
Object of type |
vessel_id_ignored |
Object of type |
num.trees |
Object of type |
mtry |
Object of type |
min.node.size |
Object of type |
seed_number |
Object of type |
small_fish_only |
Object of type |
plot_sample |
|
avdth_patch_coord |
parameter waiting for coordinate conversion patch from avdth database |
ci |
Object of type |
ci_type |
Type of confidence interval to compute. The default value is "all". Other options are "set" for ci on each set, "t1" for ci on nominal catch by species, "t1-fmod" for ci on nominal catch by species and fishing mode "t2" and "t2-fmod" for ci by 1 degree square and month. A vector of several ci option can be provided. ci_type are computed only if the ci parameter is TRUE. |
Nboot |
Object of type |
plot_predict |
Object of type |
log_file |
Object of type |
log_path |
Object of type |
log_name |
Object of type |
output_path |
Object of class |
output_format |
Object of class |
new_directory |
Object of class |
integrated_process |
Object of class |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.