int_calc_shape_xy | R Documentation |
Calculate x-y coordinates for shapes
int_calc_point_xy(x) int_calc_segment_xy(x) int_calc_refline_xy(x, rg) int_calc_area_xy(x, rg) int_calc_ribbon_xy(x) int_calc_triangle_xy(x) int_calc_isosceles_xy(x) int_calc_right_xy(x) int_calc_quad_xy(x) int_calc_rect_xy(x) int_calc_diamond_xy(x) int_calc_kite_xy(x) int_calc_polygon_xy(x) int_calc_regpoly_xy(x) int_calc_star_xy(x) int_calc_freepoly_xy(x) int_calc_circle_xy(x) int_calc_ellipse_xy(x) int_calc_round_xy(x)
x |
A tibble row defining an instance of a shape. |
rg |
A tibble row defining the region a shape is attached to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.