fit_3d_show: Display the fitting of the linear-weibull-surface.

Description Usage Arguments Note Examples

Description

Display the fitting of the linear-weibull-surface.

Usage

1
2
fit_3d_show(dframe, paras, lengths, adjust, 
    dotcol = "lightblue", surcol = "red")

Arguments

dframe

The original data feed used in coe_lm.

paras

The coe_summary element returned by coe_lm

lengths

The length cases you want to show. Note that lengths is independent from picked you used in coe_lm. It should be a subset of all the columns in the original data feed.

adjust

A position adjustment for the picked cases. If the columns of the original data feed start from values other than 1, such as start from 30, then adjust=30-1=29.

dotcol

The color of the dots.

surcol

The color of the surface.

Note

This is an old version using argument adjust. It may cause some problem, but not upgraded yet.

Examples

1
2
3
4
5
6
7
8
library(rgl)

coelm_FEB_5KS30_non_wkday <-coe_lm(mat=feb_5k_3d,picked=30:300,
                                   func=double.weibull.b,xlabel="Length")
                                   
fit_3d_show(dframe=feb_5k_3d,
            paras=coelm_FEB_5KS30_non_wkday$coe_summary,
            length=30:300, adjust=0)

fzwaeustc/pcrfn documentation built on May 16, 2019, 4:06 p.m.