yokozawaDensity: Crown profile function for the Yokozawa crown shape

Description Usage Arguments Examples

Description

more info

Usage

1
  yokozawaDensity(z, h, eta)

Arguments

z
h
eta

Examples

1
2
3
4
# Plot the crown profile function for Yokozawa's function:
z <- seq(0, 1, 0.01)
q <- yokozawaDensity(z, 1, 12)
plot(q, z, type = "l")

dfalster/standViz documentation built on May 15, 2019, 5:11 a.m.