xytest | R Documentation |
tests json files with bivariate decision boundaries
xytest(
fname,
xlim = NULL,
ylim = NULL,
xlab = NULL,
ylab = NULL,
log = "",
show.labels = TRUE,
short = FALSE,
smooth = FALSE,
polygons = FALSE,
...
)
fname |
path to a json file |
xlim |
(optional) 2-element vector with the x-axis limits |
ylim |
(optional) 2-element vetor with the y-axis limits |
xlab |
(optional) x-axis label |
ylab |
(optional) y-axis label |
log |
one of
|
show.labels |
logical. If |
short |
logical. If |
smooth |
logical. If |
polygons |
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.