Displaying 1 result from an estimated 1 matches for "plotting_df".
2009 Nov 06
0
R Design Question...
...?
plotting_array<-c(PlotHouses = TRUE, PlotNeighborhood = TRUE, LinearRegressionOfHomePrices = FALSE, HistogramSquareFootage = FALSE)
plotting_files<-c("PlotHouses.R", "PlotNeighborhood.R", "LinearRegressionOfHomePrices.R", "HistogramSquareFootage.R")
plotting_df<-data.frame(plotting_array, plotting_files)
plotting_true_df<-plotting_df[which(plotting_df$plotting_array==TRUE),]
source(plotting_true_$plotting_files)
Is there another method that is more perfered for handling a large number of optional plotting scripts/function that sometimes get called...