Description Usage Arguments Value
Same usage as geom_text_repel
by adding it after a ggplot
object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | text_3D_repel(
dat,
AP,
theta,
phi,
label_col,
axes_names = c("x", "y", "z"),
repel_force = 1,
color_text = F,
magnify_text = 1,
fontface = "bold",
seg_color = "NA",
...
)
|
dat |
labelling data frame |
AP |
aesthetic parameters, only need to supply |
theta |
angle of azimuthal rotation |
phi |
angle of vertical rotation |
axes_names |
the column names for the x, y, and z coordinates in |
repel_force |
extent of repelling labels |
color_text |
whether to color the label text according to |
magnify_text |
how much bigger to make the label text |
a geom_text_repel
layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.