View source: R/nonLinearDotPlot.R
dotscaling.log | R Documentation |
dotscaling
in the nonLinearDotPlot
function.dotscaling(c) = (log(c + base - 1) / log(base)) / c is a logarithmic function
dotscaling.log(base = 2)
base |
value of the base of the logarithm Default value of base equals 2 |
Function to calculate dot size with (log(c + base - 1) / log(base)) / c.
N. Rodrigues and D. Weiskopf, "Nonlinear Dot Plots", IEEE Transactions on Visualization and Computer Graphics, vol. 24, no. 1, pp. 616-625, 2018. Available: \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1109/TVCG.2017.2744018")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.