compare_country: Compares the Given Country Names with the Determined Country...

Description Usage Arguments Details Examples

View source: R/8_compare_country.R

Description

Compares the given country names with the names assigned by the function get_country, get_country_shoreline or get_sea.

Usage

1
2
compare_country(countries_gv = NULL, countries, countries_sh = NULL, seas =
NULL, miss_seas = NULL, excl_coords = NULL)

Arguments

countries_gv

data frame with the coordinates and the given country names lon | lat | country_gv.

countries

data frame output of get_country.

countries_sh

data frame output of get_country_shoreline.

seas

data frame output of get_sea.

miss_seas

data frame output of get_sea.

excl_coords

data frame output of get_lon180 or test_geocoord.

Details

Input:

Output:

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
##
## First run
test_geocoord(coords = eraclim_uao_fp)
## Then run sequentially until all points have names assigned
get_country(icoords = coords_ok)
get_country_shoreline(icoords = miss_countries, tol)
get_sea(icoords = miss_countries_sh)
## And finally
compare_country(countries_gv = eraclim_uao_fp, countries = countries,
countries_sh = countries_sh, seas = seas, miss_seas = miss_seas, excl_coords
= excl_coords)

## End(Not run)

mcmventura/stlocationqc documentation built on May 24, 2019, 11:43 p.m.