inzsummary: iNZight Summary Method

View source: R/inzsummary.R

inzsummaryR 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


iNZightPlots documentation built on Oct. 14, 2023, 9:13 a.m.