Learn R Programming

ggVennDiagram (version 1.2.2)

fancy_4d_ellipse_label: helper function to set label position

Description

helper function to set label position

Usage

fancy_4d_ellipse_label(position = NULL)

fancy_3d_circle_label(position = NULL)

fancy_2d_circle_label(position = NULL)

fancy_6d_triangle_label(position = NULL)

label_position(position)

Value

a list of matrix

Arguments

position

a data.frame containing label coordinates

Details

  • label_position: basal wrapper for label postion

  • fancy_6d_triangle_label: 6 sets triangle label position work with fancy_6d_triangle

  • fancy_4d_ellipse_label: 4 sets ellipse label position work with fancy_4d_ellipse

  • fancy_3d_circle_label: 3 sets circle label position work with fancy_3d_circle

  • fancy_2d_circle_label: 2 sets circle label position work with fancy_2d_circle

Examples

Run this code
fancy_4d_ellipse_label()
fancy_2d_circle_label()

Run the code above in your browser using DataLab