Skip to contents

This function splits strains and percentages strings and sorts them based on percentages.

Usage

split_and_sort(strains, percentages)

Arguments

strains

A character string with strains separated by semicolons.

percentages

A character string with percentages separated by semicolons.

Value

A list containing sorted strains and sorted percentages.