Skip to content

Commit

Permalink
minor fix in verbose mode defStormList
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteDlp committed Feb 2, 2024
1 parent 5a58efc commit 7882a0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/defStormsList.R
Original file line number Diff line number Diff line change
Expand Up @@ -1188,12 +1188,11 @@ defStormsList <- function(sds,
}else if (identical(class(loi), "numeric")) {
cat(loi, "lon-lat\n")
}else {
cat("sf object (use getLOI function for further informations")
cat("sf object (use getLOI function for further informations\n")
}
cat("(*) Buffer size:", getBufferSize(sts), "km\n")
cat("(*) Remove Tropical Depressions (< 18 m/s in sshs):")
if (!is.null(removeUnder)) {
cat("(*) Remove Storms under level ", removeUnder, " in the scale")
cat("(*) Remove Storms under level ", removeUnder, " in the scale\n")
}
cat("(*) Number of storms:", getNbStorms(sts), "\n")
cat(" Name - Tropical season - Scale - Number of observation within buffer:\n")
Expand Down

0 comments on commit 7882a0e

Please sign in to comment.