Displaying 3 results from an estimated 3 matches for "harrod".
Did you mean:
harrop
2012 Jun 27
1
Error: figure margins too large
...> #plot 2 centers
> points(kmSNc2$centers,col = 1:2, pch = 8)
Error in plot.xy(xy.coords(x, y), type = type, ...) :
invalid graphics state
I am have just started using R, so I am most definitely a beginner. Any help that could be offered would be greatly appreciated.
Thanks,
Karly Harrod
SULI Intern, Computational Research Division
kharrod@lbl.gov
Lawrence Berkeley National Laboratory
[[alternative HTML version deleted]]
2012 Jul 06
2
Error in plot.new() : figure margins too large
...t column anymore, so we get rid of it
nba <- nba[,2:20]
#Prepe Data: change data from a data frame to a data matrix
nba_matrix <- data.matrix(nba)
#Create Heat Map
nba_heatmap <- heatmap(nba_matrix, Rowv=NA, Colv=NA, col = cm.colors(256), scale="column", margins=c(5,10))
Karly Harrod
LBNL Summer Intern
kharrod@lbl.gov
Lawrence Berkeley National Laboratory
[[alternative HTML version deleted]]
2005 Mar 20
1
Solaris ACLs - Files Becoming Read Only
Solaris ACLs - Files Becoming Read Only
---------------------------------------
Problem:
--------
Since we have upgraded to Microsoft Office 2003 from Microsoft Office 2000
we have had problems with files becoming Read Only.
Background:
-----------
We have read-only and write groups which have access to files. We control
access using both the Samba configuration file and file system ACLs.