catmaply_annotations {catmaply} | R Documentation |
Get catmaply annotation list
Description
Function to produce catmaply traces.
Usage
catmaply_annotations(
df,
annotated,
text_color = "#444",
text_size = 12,
text_font_family = c("Open Sans", "verdana", "arial", "sans-serif")
)
Arguments
df |
data.frame or tibble holding the data. |
annotated |
boolean indicating if annotations should be displayed. |
text_color |
font color to be used for text; (default: "#444"). |
text_size |
font size to be used for text/annotation. Needs to be a number greater than or equal to 1; (default: 12). |
Value
list
[Package catmaply version 0.9.5 Index]