calculatePointSize: Calculate the size of a point on the current plot

Description Usage Arguments Value

View source: R/addNonOverlappingTestLabelsOrPoints.R

Description

Function used by addPoints()

Usage

1
calculatePointSize(axisLimits, sizeFactor = 1)

Arguments

axisLimits

The limits of the X and Y axis: (c(xMin, xMax, yMin, yMax))

sizeFactor

A number that increases (values > 1) or decreases (values < 1) the amount of space alloted to each point

Value

Returns a vector containing the width and height of a point


JosephCrispell/plotteR documentation built on June 6, 2021, 7:24 p.m.