cbk.lame.rep: Replicate pmlame in horizontal or vertical direction

Description Usage Arguments Value Examples

View source: R/cbk.lame.rep.R

Description

Replicate pmlame in horizontal or vertical direction

Usage

1
cbk.lame.rep(pmlame, times, direction = NULL)

Arguments

pmlame

A pmlame to be replicated

times

Number of replication

direction

Direction to make replicate (‘h’ or ‘v’). This function guesses direction to be replicated when pmlame is single row or column.

Value

A pmlame with repeated column or row.

Examples

1
2
pmlame0 <- data.frame(row.names=c("stone.1","stone.2"), SiO2=c(0.525,0.420))
cbk.lame.rep(pmlame0,3)

misasa/chelyabinsk documentation built on Nov. 24, 2020, 5:47 a.m.