plotTerms {mirTarRnaSeq}R Documentation

plotTerms

Description

Plot terms description

Usage

plotTerms(model)

Arguments

model

linear model

Value

does not return value

Examples

plotTerms(lm(x ~ y, data = data.frame(x = runif(10), y = runif(10))))

[Package mirTarRnaSeq version 1.2.0 Index]