plot_multivariate_data: Plot multivariate data

Description Usage Arguments Value Examples

Description

Plot multivariate data

Usage

1
2
plot_multivariate_data(df, label = NULL, order_by = index(df),
  guide_title = NULL, fix_scale = FALSE, point_size = 1L)

Arguments

df

data.frame of multivariate data

label

data.frame of label for each variables. Or vector of label for each observation.

order_by

vector. An x-axis of plots.

guide_title

character.

fix_scale

logical.

point_size

integer. Point size.

Value

ggplot2 object

Examples

1
2
3
4
5
6
7
library(sGMRFmix)

test_data <- generate_test_data()
test_label <- generate_test_labels()

plot_multivariate_data(test_data)
plot_multivariate_data(test_data, test_label)

sGMRFmix documentation built on May 2, 2019, 9:17 a.m.