Retrieve ranges of X or Y axis

cl_xrange(object, layout = NULL, all = F, crosses = NULL, include.flank = T)

cl_yrange(object, layout = NULL, all = F, crosses = NULL, include.flank = T)

Arguments

object

a CrossLink object

layout

name of the layout to be retrived or set

all

also return ranges for each cross. The range does not include header.

crosses

subset crosses. NULL for all crosses.

Value

range of X or Y axis for the given layout

Examples