plot_buds_1D: Plot 1D latent coordinates

Description Usage Arguments Value

Description

Plot 1D latent coordinates against their ranking or supplied sample covariate data.

Usage

1
2
plot_buds_1D(tau_df, covariate = NULL, covariate_name = "covariate",
  color = "blue", color_label = NULL, idxBigger = NULL)

Arguments

tau_df

A data frame with columns "tau", "tau_upper", and "tau_lower".

covariate

[Optional] If supplied taus coordiantes are plotted against thissample covariate vector.

covariate_name

[Optional] The name of the covariat supplied.

color

[Optional] A vector or a character string for point colors.

color_label

[Optional] A character string for the color label.

idxBigger

[Optional] A vector of integers indicating which data point to highlight (make bigger).

Value

A ggplot2 object.


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