# Train or load an already trained classifier
data(leukemiasClassifier)
# Plot default plots on-screen
plot(leukemiasClassifier)
# Save plots on file
# (includes Discriminant Power of all genes, but the networks will not be interactive)
plot(leukemiasClassifier, fileName="newPlots")
Run the code above in your browser using DataLab