Wednesday, October 22, 2014

List of Useful R package, Command


library(colorout) # Color R output  
library(rARPACK) # Calculate a few eigenvalues very fast
library(fields)  # Awesome heatmap plot with legend
!exists("x")  # Check if variable x exists  
 


No comments:

Post a Comment