search for: plotting_true_df

Displaying 1 result from an estimated 1 matches for "plotting_true_df".

Did you mean: plotting_true_
2009 Nov 06
0
R Design Question...
...d = 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 an other times don's? I really don't want to have a bi...