empty | R Documentation |
This function provides a check for whether a vector of locations contains any data. This is useful for checking whether a lat/lon pixel doesn't report any data for the deep zone. This is expected if the sea floor at those coordinates is shallower than the maximum depth we set for the shallow zone.
empty(x)
x |
A vector of values to check. |
TRUE (if only NAs) or FALSE (if any entry is not NA).
Other NEMO-MEDUSA spatial tools:
calculate_depth_share()
,
calculate_proximity_weight()
,
get_weights.W()
,
get_weights()
,
netcdf_scheme_helpers
,
scheme_column()
,
scheme_interp_slice()
,
scheme_strathE2E()
,
stratify()
,
voronoi_grid()
,
xyindex_to_nindex()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.