View source: R/dggrid_compat.R
| dggrid_is_compatible | R Documentation |
Checks whether a 'dggridR' grid object is compatible with hexify functions. Returns TRUE if compatible, or throws an error describing incompatibilities.
dggrid_is_compatible(dggs, strict = TRUE)
dggs |
A 'dggridR' grid object |
strict |
If TRUE (default), throw errors for incompatibilities. If FALSE, return FALSE instead of throwing errors. |
TRUE if compatible, FALSE if not compatible (when strict=FALSE)
Other 'dggridR' compatibility:
as_dggrid(),
dggrid_43h_sequence(),
from_dggrid()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.