dewittpe / cpr

Control Polygon Reduction: Methods for quick and efficient placement of internal knots for B-splines and tensor products of B-splines.
http://www.peteredewitt.com/cpr/
2 stars 0 forks source link

cpr:::plot.cpr_bs option for x-axis #12

Closed dewittpe closed 8 years ago

dewittpe commented 8 years ago

Add option to plot

  1. the knot symbols, e.g., the greek letter xi
  2. the numeric value of the knot location
  3. by default both are provided, show_xi = TRUE, show_x = TRUE
  4. allow one or the other
  5. if both are FALSE default to ggplot2 default x-axis.
dewittpe commented 8 years ago

Update the examples in the cpr::bsplines man page.