hist.vw: Histograms of the vertex measures

Description Usage Arguments Details Value

View source: R/plotting.R

Description

Plots a histogram of the mean vertex measure, either by vertex or by subject

Usage

1
2
## S3 method for class 'vw'
hist(x, qtype = c("vertex", "subject"), xlab = NULL, main = NULL, ...)

Arguments

x

The output object of a qdecr call (e.g. qdecr_fastlm)

qtype

A string; either "vertex" for vertex-wise means, or "subject" for subject-wise means

xlab

See '?hist'

main

see '?hist'

...

Further arguments for 'hist'

Details

This function works on top of the base 'hist' function. It simply makes a histogram of the mean vertex values either per vertex or per subject (if you specify 'qtype = "subject"')

Value

see '?hist'


slamballais/QDECR documentation built on Jan. 9, 2022, 1:22 p.m.