cwhmisc-package: cwhmisc

Description Details Author(s) Examples

Description

Miscellaneous Functions for Math, Plotting, Printing, Statistics, Strings, and Tools

Details

Useful functions and constants for mathematics, astronomy, plotting, printing, data manipulation, statistics, string manipulation, etc.

Author(s)

Christian W. Hoffmann Maintainer: Christian W. Hoffmann <christian@echoffmann.ch>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run:  #  Show use of 'SplomT'
  nr <- 100; nc <- 8;
  data <- as.data.frame(matrix(rnorm(nr*nc),nrow=nr,ncol=nc))
  data[,nc]   <- data[,nc-2] + 0.3*data[,nc-1] #generate higher correlations
  data[,nc-1] <- data[,nc-1] + 0.9*data[,nc]
  colnames(data)<-paste("vw",letters[1:nc],sep="")
#  splom(~data,cex=0.2)
  try( SplomT(data,mainL="SplomT with random data",hist="d",cex.diag=0.6,hist.col="green") )

## End(Not run)

cwhmisc documentation built on May 1, 2019, 7:55 p.m.