Package: frenchCurve 0.2.0
frenchCurve: Generate Open or Closed Interpolating Curves
Functions for finding smooth interpolating curves connecting a series of points in the plane. Curves may be open or closed, that is, with the first and last point of the curve at the initial point.
Authors:
frenchCurve_0.2.0.tar.gz
frenchCurve_0.2.0.zip(r-4.5)frenchCurve_0.2.0.zip(r-4.4)frenchCurve_0.2.0.zip(r-4.3)
frenchCurve_0.2.0.tgz(r-4.4-any)frenchCurve_0.2.0.tgz(r-4.3-any)
frenchCurve_0.2.0.tar.gz(r-4.5-noble)frenchCurve_0.2.0.tar.gz(r-4.4-noble)
frenchCurve_0.2.0.tgz(r-4.4-emscripten)frenchCurve_0.2.0.tgz(r-4.3-emscripten)
frenchCurve.pdf |frenchCurve.html✨
frenchCurve/json (API)
# Install 'frenchCurve' in R: |
install.packages('frenchCurve', repos = c('https://billvenables.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 years agofrom:e8327d1627. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 04 2024 |
R-4.5-win | OK | Nov 04 2024 |
R-4.5-linux | OK | Nov 04 2024 |
R-4.4-win | OK | Nov 04 2024 |
R-4.4-mac | OK | Nov 04 2024 |
R-4.3-win | OK | Nov 04 2024 |
R-4.3-mac | OK | Nov 04 2024 |
Exports:%inside%adjust_curveArg<-as_complexas_pointsas_polygonbezier_curveclosed_curveIm<-Mod<-open_curveRe<-
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Check if points lie inside a simple polygon | %inside% |
Interactive curve adjustment | adjust_curve |
Coerce two dimensional points to complex | as_complex |
Make a Simple Polygon or Points | as_points as_polygon as_polygon.curve as_polygon.default |
Conversion to data frame | as.data.frame.curve |
Complex vector property replacement functions | Arg<- complexReplacement Im<- Mod<- Re<- |
Curved Interpolation | bezier_curve closed_curve lines.curve open_curve plot.curve points.curve |