eg4: Example 4 of equitable system f(x) product of sqrt of column...

View source: R/Equitable_Transform.R

eg4R Documentation

Example 4 of equitable system f(x) product of sqrt of column index and very large scale wave: u(x) linear in column index g(x) sum of two waves

Description

Example 4 of equitable system f(x) product of sqrt of column index and very large scale wave: u(x) linear in column index g(x) sum of two waves

Usage

eg4(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<-eg4(1,1)       # 15x10 data set
d<-eg4(1,10)      # 15x100 data set
d<-eg4(10,1)      # 150x10 data set
d<-eg4(15,15)    # 150x100 data set


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