Perc2Radar: Perc2Radar

View source: R/Visualizations_Radar.R

Perc2RadarR Documentation

Perc2Radar

Description

This function creates a radar chart based on the percentage data provided in a data frame.

Usage

Perc2Radar(
  PercDF = NULL,
  Features = NULL,
  col_vector = col_vector,
  plotLegend = T
)

Arguments

PercDF

A data frame containing percentage data.

Features

A character vector specifying the features (columns) to be included in the radar chart.

col_vector

A vector of colors to be used for plotting the radar chart.

plotLegend

A logical value indicating whether to plot the legend.


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.