culculate_node_axis: use layout calculated the axis a and y

View source: R/culculate_node_axis.R

culculate_node_axisR Documentation

use layout calculated the axis a and y

Description

filter microbiome data

Usage

culculate_node_axis(
  cor.matrix = cor,
  layout = "model_Gephi.2",
  seed = 1,
  group = NULL,
  model = FALSE,
  method = "cluster_fast_greedy"
)

Arguments

cor.matrix

Correlation matrix

layout

network layout algorithm in ggClusterNet

Details

Call the network layout algorithm for coordinate calculation

Examples

data(cor)
node = culculate_node_axis(
 cor.matrix = cor,
 layout = "model_Gephi.2",
 seed = 1,
 group = NULL,
 model = FALSE,
 method = "cluster_fast_greedy")

taowenmicro/ggClusterNet documentation built on March 29, 2024, 1:32 a.m.