graph_cor: Représentation de corrélation

View source: R/graphCor.R

graph_corR Documentation

Représentation de corrélation

Description

Représentation de corrélation

Usage

graph_cor(X, Y, N)

Arguments

N

the number of individual

x

the X-axis coordinate of an individual

y

the Y-axis coordinate of an individual

Value

A GGPLOT graph

Examples

graph_cor(data1$X,data1$Y,nrow(data1))

arkansoap/plotnetrec2 documentation built on March 23, 2022, 12:07 a.m.