calibrate.sizes: Function to scale sizes of terms between two given limits

Description Usage Arguments Value Examples

Description

Function to scale sizes of terms between two given limits

Usage

1
calibrate.sizes(x, high, low)

Arguments

x

Numeric vector of term relative sizes named by term

high

Numeric vector of largest size

low

Numeric vector of smallest size

Value

Numeric vector

Examples

1
calibrate.sizes(c("HP:0000001"=10, "HP:0000006"=5), high=3, low=1)

hpoPlot documentation built on May 2, 2019, 5:52 a.m.