https://github.com/cran/aqp
Raw File
Tip revision: 490762247abee87bbc3158f73ed5620d5377b55a authored by Dylan Beaudette on 28 November 2023, 05:20:10 UTC
version 2.0.2
Tip revision: 4907622
groupSPC.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/groupSPC.R
\name{groupSPC}
\alias{groupSPC}
\title{Store groupings within a profile collection.}
\usage{
groupSPC(object, ...)
}
\arguments{
\item{object}{SoilProfileCollection.}

\item{...}{One or more expressions evaluated within the context of \code{object} that resolve to vectors that can be coerced to factor "groups."}
}
\description{
Store groupings within a profile collection.
}
back to top