Displaying 3 results from an estimated 3 matches for "right_sizer".
Did you mean:
right_size
2007 Dec 28
4
static box sizing problems
...understandable to C++
programmers. This is in the constructor of my frame subclass:
lr_sizer = BoxSizer.new( HORIZONTAL )
txt = StaticText.new (self, -1, "Text Left")
lr_sizer.add(txt, 1, EXPAND | ALL, 4)
static_box = StaticBox.new(self, -1, "Static Box")
right_sizer = StaticBoxSizer.new( static_box, VERTICAL )
lr_sizer.add(right_sizer, 0, EXPAND | ALL, 4)
set_sizer(lr_sizer)
layout()
This code runs and gives almost what I want. The text appears on the left
and the static box on the right. However, the static box is a tiny sliver.
What I want i...
2004 Aug 12
4
truly object oriented programming in R
Good morning! I recently implemented a KD tree in JAVA for faster
kernel density estimation (part of the code follows). It went well. To
hook it with R, however, has proved more difficult. My question is: is
it possible to implement the algorithm in R? My impression seems to
indicate no as the code requires a complete class-object framework that
R does not support. But is there an R package or
2004 Aug 12
9
Giving a first good impression of R to Social Scientists
Dear all,
in the coming Winter Semester, I will be a teaching assistant for a course
in Survival Analysis. My job will be to do the lab sessions. The software
used for these lab sessions will be R. Most of the students have a
background in social sciences and the only stats package they used so far is
most likely SPSS.
So I assume they might be quite surprised the first time they see R