eg7: Example 7 of equitable system f(x) Absolute value of linear...

View source: R/Equitable_Transform.R

eg7R Documentation

Example 7 of equitable system f(x) Absolute value of linear function in column index u(x) 0 g(x) step function in row index

Description

Example 7 of equitable system f(x) Absolute value of linear function in column index u(x) 0 g(x) step function in row index

Usage

eg7(rmult, cmult)

Arguments

rmult

resolution of sampling of t variable rmult*15 is the number of points sampled

cmult

resolution of sampling of x variable cmult*10 is the number of points sampled

Value

matrix of equitable data

Examples

d<-eg7(1,1)       # 15x10 data set
d<-eg7(1,10)      # 15x100 data set
d<-eg7(10,1)      # 150x10 data set
d<-eg7(15,15)    # 150x100 data set


celphin/Equitable documentation built on Jan. 23, 2023, 11:02 p.m.