Skip to content

Commit

Permalink
remove wjsmisc
Browse files Browse the repository at this point in the history
  • Loading branch information
wjschne committed Oct 9, 2024
1 parent 571282a commit fbd3065
Show file tree
Hide file tree
Showing 39 changed files with 3,413 additions and 67 deletions.
24 changes: 14 additions & 10 deletions R/a_early.R
Original file line number Diff line number Diff line change
Expand Up @@ -395,31 +395,35 @@ redefault <- function(.f, ...) {

.namedpositions <- c(
east = 0,
right = 0,
`east-northeast` = 22.5,
northeast = 45,
`top right` = 45,
`above right` = 45,
`north-northeast` = 67.5,
north = 90,
top = 90,
above = 90,
`north-northwest` = 112.5,
northwest = 135,
`top left` = 135,
`above left` = 135,
`west-northwest` = 157.5,
west = 180,
left = 180,
`west-southwest` = 202.5,
southwest = 225,
`bottom left` = 225,
`below left` = 225,
`south-southwest` = 247.5,
south = 270,
bottom = 270,
below = 270,
`south-southeast` = 292.5,
southeast = 315,
`east-southeast` = 337.5,
right = 0,
`top right` = 45,
top = 90,
`top left` = 135,
left = 180,
`bottom left` = 215,
bottom = 270,
`bottom right` = 315,
below = 270,
above = 90
`below right` = 315,
`east-southeast` = 337.5
)

#' @keywords internal
Expand Down
5 changes: 5 additions & 0 deletions R/circles.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,14 @@ cr_props <- list(
#' @inherit ob_style params
#' @slot aesthetics A list of information about the circle's aesthetic properties
#' @slot angle_at A function that finds the angle of the specified point in relation to the circle's center
#' @slot area area of the circle
#' @slot bounding_box a rectangle that contains all the circles
#' @slot circumference circumference of the circle
#' @slot geom A function that converts the object to a geom. Any additional parameters are passed to `ggforce::geom_circle`.
#' @slot length The number of circles in the circle object
#' @slot normal_at A function that finds a point that is perpendicular from the circle and at a specified distance
#' @slot point_at A function that finds a point on the circle at the specified angle.
#' @slot polygon a tibble containing information to create all the polygon points in a circle.
#' @slot tangent_at A function that finds the tangent line at the specified angle.
#' @slot tibble Gets a tibble (data.frame) containing parameters and styles used by `ggforce::geom_cirlce`.
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/arcwedges.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/bezier.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fbd3065

Please sign in to comment.