Displaying 1 result from an estimated 1 matches for "circlesplot".
2005 Nov 21
1
Cacheing in read.table/ attached data?
...ead it in and then do a summary on
the resulting dataframe. I find the some values are completely outside the
expected range, these value need to be dropped from further analysis as
erroneous observations (yes, I apologize to the purists in advance :-) ).
If I do this and read the file again, then circlesPlot (from fBasics) two of
the columns in the data, then the plot is not updated. The outlier point is
still there. However, when I detach and reattach the dataframe, it seems to
work okay. For example,
# Plot has the outlier point in it.
# Edit the file, commenting out the outlier line, save, then...
&...