Transform pollen data into percentages (or proportions)

transfer_into_proportions(
  data_source,
  method = c("percentages", "proportions")
)

Arguments

data_source

Data frame with pollen data. Each row represents one level (sample) and each column represents one taxon. Table must contain sample_id column with unique values.

method

variable to select result as either percentage ("percentages") or proportions ("percentages").