summary.vismodel {pavo}R Documentation

Visual model summary

Description

Returns the attributes used when calculating a visual model using vismodel()

Usage

## S3 method for class 'vismodel'
summary(object, ...)

Arguments

object

(required) Results of vismodel()

...

class consistency (ignored)

Value

Returns all attributes chosen when calculating the visual model, as well as the default data.frame summary

Author(s)

Rafael Maia rm72@zips.uakron.edu

References

Vorobyev, M., Osorio, D., Bennett, A., Marshall, N., & Cuthill, I. (1998). Tetrachromacy, oil droplets and bird plumage colours. Journal Of Comparative Physiology A-Neuroethology Sensory Neural And Behavioral Physiology, 183(5), 621-633.

Hart, N. S. (2001). The visual ecology of avian photoreceptors. Progress In Retinal And Eye Research, 20(5), 675-703.

Stoddard, M. C., & Prum, R. O. (2008). Evolution of avian plumage color in a tetrahedral color space: A phylogenetic analysis of new world buntings. The American Naturalist, 171(6), 755-776.

Endler, J. A., & Mielke, P. (2005). Comparing entire colour patterns as birds see them. Biological Journal Of The Linnean Society, 86(4), 405-431.

Examples

data(sicalis)
vis.sicalis <- vismodel(sicalis, visual = "avg.uv")
summary(vis.sicalis)

[Package pavo version 2.9.0 Index]