generate.at.final {BoutrosLab.plotting.general}R Documentation

Generates alternative default tick mark locations for create.densityplot() and create.scatterplot()

Description

Generates the tick mark locations for the output graphic of create.densityplot(), based on the values to the arguments of that function. This is needed to ensure the grid line and tick mark locations agree with each other.

Usage

generate.at.final(
	at.input,
	limits,
	data.vector
	);

Arguments

at.input

either a logical scalar or a numeric vector

limits

either NULL or a numeric vector of length 2

data.vector

a numeric vector

Value

Returns a numeric vector containing the tick mark locations of the densityplot.

Author(s)

Kenneth C.K. Chu


[Package BoutrosLab.plotting.general version 7.1.0 Index]