dd.split: Splitting apart sample design databases containing multiple...

View source: R/reading.R

dd.splitR Documentation

Splitting apart sample design databases containing multiple designs

Description

When a sample design database contains more than one design, as indicated by multiple sample frames, this function will (after importing with read.dd()) split the SPDFs from every multiple-design database into one SPDF per design and insert them at the indices where the original SPDF was. The naming format for these new SPDFs is "geodatabase filename_sample frame ID".

Usage

dd.split(dd.list)

Arguments

dd.list

The output from read.dd()

Value

The list dd.list with one SPDF per design in each of the lists "sf", "pts", and "strata", maintaining the order of the data in those lists.


nstauffer/aim.analysis documentation built on Nov. 2, 2023, 12:52 a.m.