pIndex: Indexing for Plotting and Printing

View source: R/utils.R

pIndexR Documentation

Indexing for Plotting and Printing

Description

This function creates an index to iterate over when plotting or printing large objects.

Usage

pIndex(x, interval = 4)

Arguments

x

a data.frame, SoilProfileCollection or table

interval

a value specifying the interval length desired; Default: 4

Value

a numeric vector

Examples

x <- as.data.frame(matrix(1:100, ncol = 10))
pIndex(x, interval = 3)


ncss-tech/soilReports documentation built on March 6, 2025, 1:15 a.m.