summary.cdist: Summarise, coerce continuous distribution vectors

Description Usage Arguments

View source: R/pdist.R

Description

Summarise, coerce continuous distribution vectors

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## S3 method for class 'cdist'
summary(object, ..., .id = ".name")

## S3 method for class 'cdist'
as_tibble(x, ...)

## S3 method for class 'cdist'
as.data.frame(x, ...)

## S3 method for class 'cdist'
as.character(x, alpha = 0.05, digits = NULL, ...)

## S3 method for class 'cdist'
format(x, quote = FALSE, alpha = 0.05, digits = 3, ...)

## S3 method for class 'cdist'
print(x, alpha = 0.05, digits = 3, ...)

Arguments

object, x

A cdist vector

...

Passed to parent functions

.id

column in which names should be placed, if present

alpha

level of confience for character representation of objects

digits

Number of digits to display

quote

Whether or not to quote formatted objects


paleolimbot/carbon14 documentation built on May 25, 2019, 11:33 p.m.