hexPlotDf: Funcion para armar un dataframe para hacer plots tipo HEX

View source: R/definitions_hex.R

hexPlotDfR Documentation

Funcion para armar un dataframe para hacer plots tipo HEX

Description

Funcion para armar un dataframe para hacer plots tipo HEX

Usage

hexPlotDf(
  cdata,
  facetVars = c("pos", "treatment"),
  varx = "a.tot",
  vary = "el.p"
)

Arguments

cdata

A "cdata" Rcell data.frame (not the object).

facetVars

are "pdata" variables

varx

the x-axis "pdata" variable

vary

the y-axis "pdata" variable

Value

Lots of stuff.


gerbeldo/tidycell documentation built on Aug. 15, 2022, 2:35 p.m.