r_vector: An optional numerical vector for the radial coordinates. This is used to calculate breaks on the r axis using pretty. If this is NULL the r_axis_ticks are used as breaks.
z_vector: An optional numerical vector for the z coordinates. This is used to calculate breaks on the z axis using pretty. If this is NULL the z_axis_ticks are used as breaks.
r_axis_ticks: A numerical vector of breaks for the radial axis (used if r_vector is NULL).
z_axis_ticks: A numerical vector of breaks for the z axis (used if z_vector is NULL).
axis_angle: angle in radians to position the radial axis (default = 5/6)
n_spokes: the number of outward spokes to be plotted (default = 12)
axes_from_origin: Whether the axis should start at 0 or the first break (default = TRUE)