convert_y: Convert unit on y direction in data coordinate

Description Usage Arguments Value Author(s) See Also Examples

Description

Convert unit on y direction in data coordinate

Usage

1
2
3
convert_y(x, unit = c("mm", "cm", "inches"),
    sector.index = get.current.sector.index(),
    track.index = get.current.track.index())

Arguments

x

a numeric vector

unit

supported units, only "mm", "cm", "inches"

sector.index

index for the sector where the conversion is applied

track.index

index for the track where the conversion is applied

Value

A vector of numeric values which are measured in the specified data coordinate

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

convert_x converts on x direction.

Examples

1
2
# see example on `convert_x` page 
NULL

eilslabs/circlize documentation built on May 16, 2019, 1:23 a.m.