powered by
Returns the angle (in radians) defined by a triplet of points either signed ('atan2') or not ('acos').
coo_angle_edge1(coo, method = c("atan2", "acos")[1])coo_theta3(coo, method = c("atan2", "acos")[1])
coo_theta3(coo, method = c("atan2", "acos")[1])
a 3x2 matrix of 3 points (rows) and (x; y) coordinates
matrix
one of 'atan2' or 'acos' for a signed or not angle.
numeric the angle in radians.
numeric
Other coo_ descriptors: coo_angle_edges, coo_angle_tangent, coo_area, coo_boundingbox, coo_chull, coo_circularity, coo_convexity, coo_eccentricity, coo_elongation, coo_length, coo_lw, coo_rectangularity, coo_rectilinearity, coo_solidity, coo_width
coo_angle_edges
coo_angle_tangent
coo_area
coo_boundingbox
coo_chull
coo_circularity
coo_convexity
coo_eccentricity
coo_elongation
coo_length
coo_lw
coo_rectangularity
coo_rectilinearity
coo_solidity
coo_width
# NOT RUN { b <- coo_sample(bot[1], 64) b <- b[c(1, 14, 24), ] coo_plot(b) coo_angle_edges(b) coo_angle_edges(bot[1]) # }
Run the code above in your browser using DataLab