Displaying 2 results from an estimated 2 matches for "sunsolaris".
Did you mean:
gnusolaris
1999 Jun 22
1
Control characters with Samba/NT4.0
Dear List,
When we copy an ascii file from SunSolaris Samba server to NT4.0
workstation, the file is getting control characters at the end of each
line. Appreciate, if any clue given to solve this problem.
Regards.
2001 May 07
1
unexpected breaks in hist
...e help file that breaks will
set the number of bins. Please correct me if I'm wrong.
I'm plotting measures from subsets of a larger data set. Depending on the
data subset the number of bins varies despite having set breaks to 5 in
all cases.
See commands below. (BTW I'm using R1.2.2 on SunSolaris)
Thanks,
David
hist(allvariances[allvariances$type %in% "ku",3], breaks=5, main="ku
variance histogram")
par(new=FALSE)
hist(allvariances[allvariances$type %in% "ki",3], breaks=5, main="ki
variance histogram")
par(new=FALSE)
hist(allvarianc...