Learn R Programming

mapplots (version 1.5.3)

get.asp: Get the current aspect ratio of a plot

Description

This function is used by draw.pie to draw circles (rather than ellipses) in existing plots.

Usage

get.asp()

Arguments

Value

Returns the aspect ratio of the current plot.

Author

Hans Gerritsen

See Also

draw.pie

Examples

Run this code
plot(1:10,(1:10)/10)
get.asp()

Run the code above in your browser using DataLab