cont.jcdfp: Joint CDF Plot of Two Continuous Random Variables

View source: R/ch4-fn.R

cont.jcdfpR Documentation

Joint CDF Plot of Two Continuous Random Variables

Description

Joint CDF Plot of Two Continuous Random Variables

Usage

cont.jcdfp(FUN, lo1, up1, lo2, up2, mt)

Arguments

FUN

Continuous joint PDF function

lo1

Lower limit of x-axis

up1

Upper limit of x-axis

lo2

Lower limit of y-axis

up2

Upper limit of y-axis

mt

Title of the joint PDF plot

Value

None.

Examples

pdf = function(x, y) (x+y)*(x>0 & x<1)*(y>0 & y<1)
library(scatterplot3d)
cont.jcdfp(pdf, 0, 1, 0, 1)

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.