Learn R Programming

visR (version 0.4.1)

summarize_long: Calculate summary statistics from a vector

Description

[Questioning] Calculates several summary statistics. The summary statistics depend on the vector class

Usage

summarize_long(x)

# S3 method for factor summarize_long(x)

# S3 method for integer summarize_long(x)

# S3 method for numeric summarize_long(x)

# S3 method for default summarize_long(x)

Value

A summarized version of the input.

Arguments

x

an object