multi_means_and_histo#
- RAPDOR.plots.multi_means_and_histo(rapdorsets: Dict[str, Iterable], rapdordata: RAPDORData, colors, **kwargs)#
Plots histograms of ANOSIM R and Distance as well as the distributions of the mean of multiple ids.
- Parameters:
rapdorsets (dict) – a dictionary containing a key that will appear in the plot as column header. The values of the dictionary must be a list that contains ids from the RAPDORData used in rapdordata.
rapdordata (RAPDORData) – a RAPDORData object containing the IDs from rapdorids
colors (Iterable[str]) – An iterable of color strings to use for plotting. Muste have length 3. Will use the first two colors for the distribution and the third for the histograms.
**kwargs – Will be passed to the make_subplots call of plotly
Returns: go.Figure