Description Usage Arguments Details Value
View source: R/gui_vms_db_clean.R
The gui_vms_db_clean
function implements the graphical user interface for the
VMS DataBase Cleaning routine.
1 2 3 4 | gui_vms_db_clean(vms_db_name = "",
map_file_name = "",
harb_file_name = "",
inHarbBuff = 2)
|
vms_db_name |
The path of a VMS DataBase |
map_file_name |
The path of a shape file with land polygon data |
harb_file_name |
The path of a shape file with harbours point data |
inHarbBuff |
Numeric, buffer radius in kilometers to flag 'in harbour' pings. Default to 2 Km. |
This function, with a VMS database and two shape files with land polygon and harbours points, performs a filtered search over the whole db assigning warning status to the vms raw data.
This function does not return a value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.