Learn R Programming

ranlip (version 1.0.1)

ranlip.FreeMem: Free Memory Function

Description

Freeing the memory occupied by the data structures. It destroys the hat function (Preparehatfunction) and RandomVec().

Usage

ranlip.FreeMem()

Arguments

Value

output

No return value, called for side effects

Examples

Run this code
# NOT RUN {
		
	dim<-3
	left<-c(0,0,0)
	right<-c(5,5,5)

	ranlip.Init(dim, left, right);
    ranlip.FreeMem();
  
# }

Run the code above in your browser using DataLab