jespermaag / gganatogram

Create anatograms using ggplot2
379 stars 52 forks source link

X and Y coordenates to get differentes organ #32

Closed roroba closed 2 years ago

roroba commented 2 years ago

Hi: How could I find the X and Y coordenates to get differentes organs:

normal <- data.frame(organ = c("heart", "leukocyte", "nerve", "brain", "liver", "stomach", "colon"), value = c(10, 5, 1, 2, 2, 5, 5), type = rep("Normal", 7), stringsAsFactors=F)

I am trying to find: Uterine cervix

Thanks in advance