plotLogMat: Plot the scatterplot

Description Usage Arguments Value

Description

Uses ggplot2 and ggExtra to produce the scatterplot with density plots on the margins.

Usage

1
2
plotLogMat(data, xlim = c(-5, 5), ylim = c(-5, 5), title = NULL,
  type = "histogram", bins = 100, colour = c("#ef8a62", "#67a9cf"))

Arguments

data

A data frame for plotting.

xlim, ylim

X and Y axis limits.

title

Plot title.

type

Type of marginal density plot passed to ggMarginal function.

bins

Number of histogram bins.

colour

Colour values for different clusters.

Value

A ggplot2 plot object.


lapinskim/shinyScatterplot documentation built on May 15, 2019, 12:47 p.m.