Skip to content

Commit

Permalink
Update easylabel.R
Browse files Browse the repository at this point in the history
  • Loading branch information
myles-lewis committed Oct 12, 2021
1 parent 54fe72a commit b8e32fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/easylabel.R
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ names(labDir_choices) <- c('Radial centre', 'Radial origin',
annotation <- function(labels, data, x, y, current_xy = NULL,
labelchoices,
labSize = 12, labelDir = "radial",
labCentre = c(0,0), xyspan = c(1,1),
labCentre = c(0, 0), xyspan = c(1, 1),
lineLength = 75) {
if (length(labels)!= 0) {
annot <- lapply(1:length(labels), function(j) {
Expand Down

0 comments on commit b8e32fc

Please sign in to comment.