View source: R/generate_rotor_grids.R
get_x_grid | R Documentation |
Taking the center of the rotor circle as the origin,
get_x_grid
generates a grid containing horizontal distances x
(by xinc
increments) from the y-axis up to the outer edge of the
rotor circle, at equidistant height bands y (by yinc
increments) between minimum and maximum rotor height.
Distances are expressed as proportion of rotor radius (i.e. x is dimensionless).
Returned grid represents the left-half of the rotor's circle.
get_x_grid(xinc = 0.05, yinc = 0.05)
xinc, yinc |
numeric values, the grid increments along the y-axis and x-axis (i.e. grid cell dimensions) |
A 2D array giving a grid of horizontal distances x from rotor's vertical axis, expressed as the proportion of rotor radius (i.e. [0, 1]), for the left-half of the rotor circle area.
get_x_grid(xinc=0.05,yinc=0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.