Learn R Programming

gganatogram (version 1.1.1)

get_anatogram: Get anatogram from defaults in gganatogram

Description

Get anatogram from defaults in gganatogram

Usage

get_anatogram(organism = "human", sex = "male", anatogram = NULL)

Arguments

organism

The organism to be plotted. Currently, only human is accepted.

sex

Sex of the organism

anatogram

A list, similar to hgMale_list that will create the outline and has the corresponding organ data.frames in that list

Value

A list of values for the anatogram

Examples

Run this code
# NOT RUN {
get_anatogram()
get_anatogram(sex = "female")
get_anatogram(organism = "mouse")
# }

Run the code above in your browser using DataLab