powered by
See pal_gephi() for details.
pal_gephi()
scale_color_gephi(palette = gephi_palettes(), alpha = 1, ...)scale_colour_gephi(palette = gephi_palettes(), alpha = 1, ...)scale_fill_gephi(palette = gephi_palettes(), alpha = 1, ...)
scale_colour_gephi(palette = gephi_palettes(), alpha = 1, ...)
scale_fill_gephi(palette = gephi_palettes(), alpha = 1, ...)
Palette type. See gephi_palettes() for available options.
gephi_palettes()
Transparency level, a real number in (0, 1]. See alpha in grDevices::rgb() for details.
alpha
grDevices::rgb()
Additional parameters for ggplot2::discrete_scale().
ggplot2::discrete_scale()
set.seed(42) example_scatterplot() + scale_color_gephi() example_barplot() + scale_fill_gephi("fancy_light")
Run the code above in your browser using DataLab