Skip to content

Commit

Permalink
fix: typo "lineswidth" -> "linewidth"
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhang32 committed Aug 24, 2024
1 parent b431027 commit 8695dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/geom_intron.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#' # the functionality from the parameters and aesthetics in ggplot2
#' base + geom_intron(
#' aes(colour = transcript_name),
#' lineswidth = 1
#' linewidth = 1
#' )
#'
#' # together, geom_range() and geom_intron() are designed to visualize
Expand Down
2 changes: 1 addition & 1 deletion man/geom_intron.Rd

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

0 comments on commit 8695dc4

Please sign in to comment.