plot_point_contours: Plot data point contours

Description Usage Arguments Value

Description

Uses distatis_df data frame with configurations computed by DiSTATIS for separate dissimilarity matrix copies separetely, and a consensus_df data frame for the "agreement" configuration to plot confidence contours for points selected by idx_list.

Usage

1
2
plot_point_contours(distatis_df, consensus_df, idx_list = NULL,
  color_label = NULL)

Arguments

distatis_df

A data frame with partial configurations.

consensus_df

A data frame with a consensus configuration. consensus_df can contain a column "covariate" with sample data that can be used for coloring.

idx_list

An integer vector of selected data point indices.

color_label

[Optional] A character string for the color label.

Value

A ggplot2 object.


nlhuong/buds documentation built on May 17, 2019, 3:13 a.m.