xyztest | R Documentation |
tests json files with ternary decision boundaries
xyztest(
fname,
xyzlab = NULL,
show.labels = TRUE,
short = FALSE,
polygons = FALSE,
smooth = FALSE,
...
)
fname |
path to a json file |
xyzlab |
(optional) 3-element vector of corner labels. |
show.labels |
logical. If |
short |
logical. If |
polygons |
logical. If |
smooth |
logical. If |
... |
additional arguments to the generic plot function |
a list of text strings
fn <- system.file('TiZrY.json',package='GeoplotR')
xyztest(fn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.