Learn R Programming

gggenomes (version 1.0.1)

width: The width of a range

Description

Always returns a positive value, even if start > end. width0 is a short handle for width(..., base=0)

Usage

width(start, end, base = 1)

width0(start, end, base = 0)

Value

a numeric vector

Arguments

start, end

start and end of the range

base

the base of the coordinate system, usually 1 or 0.