symlog_trans | R Documentation |
Can be used to symlog scale the axis of a ggplot object. Is called in plot_count_scatterplot. Note that this function is taken from Stackoverflow! For more informations, see the thread here: https://stackoverflow.com/questions/14613355/how-to-get-something-like-matplotlibs-symlog-scale-in-ggplot-or-lattice
symlog_trans(base = 10, thr = 1, scale = 1)
base |
base for log |
thr |
threshold from which data is scaled to log |
scale |
scale |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.