eg5: Example 5 of equitable system f(x) product of sqrt of column...

View source: R/Equitable_Transform.R

eg5R Documentation

Example 5 of equitable system f(x) product of sqrt of column index and short wavelength wave: u(x) sum of linear in column index with short wavelength g(x) sum of two waves

Description

Example 5 of equitable system f(x) product of sqrt of column index and short wavelength wave: u(x) sum of linear in column index with short wavelength g(x) sum of two waves

Usage

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


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