Learn R Programming

xRing (version 0.1.1)

PaPiRaw: PaPiRaw

Description

A dataframe with 44 series of wood density ().

Usage

data("PaPiRaw")

Arguments

Format

A data.frame containing 44 series in columns and 3111 values of wood density in rows.

Examples

Run this code
# NOT RUN {
data(PaPiRaw)
plot(na.omit(PaPiRaw[,1]), type="l", ann = FALSE)
# }

Run the code above in your browser using DataLab