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

Description Usage Value Note Author(s) See Also Examples

Description

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

Usage

1

Value

Returns the aspect ratio of the current plot.

Note

If the plot is re-sized get.asp is not automatically updated

Author(s)

Hans Gerritsen

See Also

draw.pie

Examples

1
2
plot(1:10,(1:10)/10)
get.asp()

Example output

[1] 8.894349

mapplots documentation built on May 2, 2019, 9:15 a.m.