cor: Correlation Structure

View source: R/cor.h.R

corR Documentation

Correlation Structure

Description

Correlation Structure

Usage

cor(
  data,
  vars,
  type = "pearson",
  method = "ward.D",
  k = 2,
  size = 3,
  plot = FALSE,
  horiz = FALSE,
  plot1 = FALSE,
  poly = FALSE,
  plot2 = FALSE,
  plot3 = FALSE,
  horiz1 = FALSE,
  width = 500,
  height = 500,
  width3 = 500,
  height3 = 500,
  width4 = 500,
  height4 = 500,
  width5 = 500,
  height5 = 500
)

Arguments

data

The data as a data frame.

vars

.

type

.

method

.

k

.

size

.

plot

.

horiz

.

plot1

.

poly

.

plot2

.

plot3

.

horiz1

.

width

.

height

.

width3

.

height3

.

width4

.

height4

.

width5

.

height5

.

Value

A results object containing:

results$instructions a html
results$plot an image
results$plot1 an image
results$plot2 an image
results$plot3 an image

hyunsooseol/seolmatrix documentation built on July 25, 2024, 4:42 a.m.