print.behavr: Print and summarise a behavr table

View source: R/behavr.R

print.behavrR Documentation

Print and summarise a behavr table

Description

Print and summarise a behavr table

Usage

## S3 method for class 'behavr'
print(x, ...)

## S3 method for class 'behavr'
summary(object, detailed = F, ...)

Arguments

x, object

behavr table

...

arguments passed on to further method

detailed

whether summary should be exhaustive

See Also

  • behavr – to generate x

  • print.default

  • summary.default


behavr documentation built on April 4, 2025, 3:30 a.m.

Related to print.behavr in behavr...