Questions tagged [beanplot]

3 questions
1
vote
0 answers

why do I get sample is too sparse to find TD using beanplot?

I am trying to draw a beanplot with the following code: library(beanplot) beanplot(df, col="#cccccc", names="plot-1", yaxt="n", overallline="median", ll=0.00001) I get the following error: Error in bw.SJ(x, method = "dpi") : sample is too sparse…
Exploring
  • 2,493
  • 11
  • 56
  • 97
0
votes
1 answer

(R) Changing size of xlab, ylab, and title in beanplot function from package beanplot

I want to ask how to change the size of xlab, ylab, and title in beanplot function from beanplot package as I cannot find certain paremters for that. Thanks in advance I could not find any parameters to change size of texts in beanplot
0
votes
1 answer

why do I get Error in density.default while creating bean plot

I am trying to create a beanplot: library(beanplot) beanplot(df, col="#cccccc", log="y", names="plot-1", yaxt="n", overallline="median", ll=0.00001) However, I get the following error: Error in density.default(mlog(x), bw = bw, kernel = kernel,…
Exploring
  • 2,493
  • 11
  • 56
  • 97