powered by
Used when interactive is false and creates a plot through R of this data visualisation method.
r_throwchart(before, after,xlim, ylim, col, lwd, offSet)
[numeric] or [integer]: A (non-empty) vector of data values.
[character]: A vector of hex code colours, by default "#123".
[integer]: Line width, a column of line widths, by default value is 2.5.
[numeric]: 2 value colum with x limits.
[numeric]: 2 value colum with y limits.
[integer]: Single value offset for the graph.
# NOT RUN { if(interactive()){ r_throwchart(tibble(c(1,2)),tibble(c(2,8)),c(0,0),c(0,0),col = "blue", c(1,5), offSet = 1) } # }
Run the code above in your browser using DataLab