spc_ave: Self use function. Average spc SampleID or PlotID or...

Description Usage Arguments Value

View source: R/ulits4spc.R

Description

Self use function. Average spc SampleID or PlotID or Treatment.

Usage

1
spc_ave(spc, by = "SampleID")

Arguments

spc:

spc obj

by:

SampleID/PlotID/Treatment/SampleDate

  1. SampleID: group_by(spc_df_melt, FieldID, SampleDate, PlotID, SampleID, wl)

  2. PlotID: group_by(spc_df_melt, FieldID, SampleDate, PlotID, wl)

  3. Treatment: group_by(spc_df_melt, FieldID, SampleDate, Treatment, wl)

  4. SampleDate: group_by(spc_df_melt, FieldID, SampleDate, wl)

Value

spc obj


ssdxj/G407 documentation built on May 5, 2019, 6:56 p.m.