inzsummary {iNZightPlots} | R Documentation |
iNZight Summary Method
Description
A generic function used to summarize objects within the iNZight ecosystem.
Usage
inzsummary(x, ..., env = parent.frame())
## S3 method for class 'formula'
inzsummary(x, data = NULL, design = NULL, ..., env = parent.frame())
Arguments
x |
An object |
... |
additional arguments for methods |
env |
an environment to evaluate things |
data |
Dataset to plotq |
design |
A survey design to use |
Value
The output depends on the type of input, and consists of a summary object with a print
method.
Methods (by class)
-
inzsummary(formula)
: Wrapper for getPlotSummary to obtain summary information about a plot
[Package iNZightPlots version 2.15.3 Index]