Description Usage Arguments Value Examples
Check the consistency of the filters
1  | 
node | 
 The node  | 
scale | 
 An integer vector of   | 
symbol | 
 A character vector of   | 
link | 
 A character vector of   | 
Nothing. Return an error if anything went wrong.
1 2 3 4 5 6  | ## Not run: 
filepath= system.file("extdata", "simple_plant.mtg", package = "XploRer")
MTG = read_mtg(filepath)
check_filters(node = extract_node(MTG, "node_5"), scale = 1, symbol = "Individual",link = "/")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.