Displaying 2 results from an estimated 2 matches for "tselect".
Did you mean:
  select
  
2006 Oct 26
2
Newbie: Better way to do compound conditionals in subset?
There must be a better way to select the rows after 22-Apr-2004 and
before 01-Sep-2004 with a temperature below 65 than this:
> before2sw1 <- subset(energy.data, as.Date(start, format="%d-%b-%y") <
as.Date("01-Sep-04", format = "%d-%b-%y"))
> before2sw2 <- subset(before2sw1, as.Date(start, format="%d-%b-%y") >=
2005 Dec 01
1
Can''t add text to FXCanvas
..."&Colors\tOpen Color Dialog\tOpen a dialog for selecting colors",
      nil, colorDialog, FXWindow::ID_SHOW,
      FRAME_RAISED|FRAME_THICK|LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, 0,0, 70, 
30)
    fontButton = FXButton.new(@rightFrame,
      "&Axes\nFont\tChoose Axis Font\tSelect a font for the Axis Display",
      nil, @fontDialog, FXWindow::ID_SHOW,
      FRAME_RAISED|FRAME_THICK|LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT,0, 0,70, 
30)
    quitButton = FXButton.new(@rightFrame,
      "&Quit\tExit the Program\tTerminate Ruby Plot Program",
      nil, nil, 0,...