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

Description Usage Arguments Value

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/g418 documentation built on May 9, 2019, 7:39 a.m.