loadDFData {iSPlot} | R Documentation |
loadDFData loads a dataframe or matrix into the data environment, dataEnv. Before adding the data set to dataEnv, columns are added to the data set for the default plot data. Currently, the default plot data are color="black", pch=1, highlit=FALSE, and hide=FALSE. The default plot data are stored in the dataEnv variable, defaultPlotData.
loadDFData(dataF, dfName)
dataF |
the dataframe or matrix |
dfName |
the data set name - a character string |
Elizabeth Whalen
# these should be called by selecting either Open Data or Open File # under the File menu data(USArrests) loadDFData(USArrests, "USArrests")