I know you are not actively maintaining this package.
As it is the best package available to plot plasmids in R, I'm opening some issues/ feature requests for when you find the time/ inspiration to work on it.
Issue:
When I try to plot direction 0 features, I get a line on one side of the feature. It's like the arrow was supposed to be drawn but it hit a wall and got squished. It can be fixed in Inkscape, but it is a bit tricky.
library(tidyverse)
library(plasmapR)
pTEST <- read_tsv("pTEST.txt", skip = 2)
pTEST_plot <- plot_plasmid(pTEST, name = "pTEST")
ggsave("pTEST_4in.svg", pTEST_plot, width = 4, height = 4)
ggsave("pTEST_7in.svg", pTEST_plot, width = 7, height = 7)

[
pTEST.txt
](url)
I know you are not actively maintaining this package.
As it is the best package available to plot plasmids in R, I'm opening some issues/ feature requests for when you find the time/ inspiration to work on it.
Issue:
When I try to plot direction 0 features, I get a line on one side of the feature. It's like the arrow was supposed to be drawn but it hit a wall and got squished. It can be fixed in Inkscape, but it is a bit tricky.
[
pTEST.txt
](url)