### Name: sam.plot2 ### Title: SAM Plot ### Aliases: sam.plot2 plotArguments ### Keywords: hplot ### ** Examples ## Not run: ##D # Load the package multtest and the data of Golub et al. (1999) ##D # contained in multtest. ##D library(multtest) ##D data(golub) ##D ##D # Perform a SAM analysis for the two class unpaired case assuming ##D # unequal variances. ##D sam.out<-sam(golub,golub.cl,B=100,rand=123) ##D ##D # Generate a SAM plot for Delta = 2 ##D sam.plot2(sam.out,2) ##D ##D # Alternatively way of generating the same SAM plot ##D plot(sam.out,2) ##D ## End(Not run)