Skip to contents

Heatmap of Jaccard similarity between pairs of covariates

Usage

wrapper_cooccurence_heatmap(
  x,
  method = "Jaccard",
  column_title = "",
  colors = NULL,
  print_text = FALSE,
  text_fontsize = 5,
  text_col = "black",
  order = TRUE,
  draw = TRUE,
  title = ""
)

Arguments

x

Data frame with covariates where absence is encoded as 0 and presence is encoded as 1.