Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/ELEFAN.R
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ ELEFAN <- function(lfq, Linf_fix = NA, Linf_range = NA,

ESP_tanch_L <- matrix(NA,nrow=length(Ks),ncol=length(Linfs))
ESP_list_L <- matrix(NA,nrow=length(Ks),ncol=length(Linfs))
writeLines(paste("Optimisation procuedure of ELEFAN is running. \nThis will take some time. \nThe process bar will inform you about the process of the calculations.",sep=" "))
writeLines(paste("Optimisation procedure of ELEFAN is running. \nThis will take some time. \nThe process bar will inform you about the process of the calculations.",sep=" "))
flush.console()


Expand Down