Displaying 20 results from an estimated 300 matches similar to: "How to arrange the GUI's in window in tcltk package???"
2012 Sep 18
1
creating graphs using Rook
hi,
I m said to display graph in browser using Rook.
So i found a code i.e
library(Rook) # for web functionality
library(ggplot2) # for graphing
library(tseries) # used to grab time series from yahoo for stock symbols
library(plyr) # data tweaks
PIC.DIR = paste(getwd(), 'pic', sep='/')
# define the web page form
newapp = function(env) {
req =
2012 Aug 26
1
to clear combobox value....
As i m using tcltk package for GUI designing ttkcombobox command helped me in
creating combobox...
but, i need to create an application where after i click on *"clear all"*
button the values in combobox should be cleared,
but i am not knowing what should be written in the command function of a
button, so that the selected value of combobox should be cleared or come
back to its default
2012 Sep 19
0
problem in displaying image in browser using Rook
hi,
I wanted to convert a graph into image and display it in browser,
i got the image in the given folder and everything is coming out well but
the image is not being displayed,
even the error or warning is not being given so i dont know what exactly i
have made mistake in the code,
please can anyone help me out in this please.
sample = function(env) {
req = Rook::Request$new(env)
res =
2005 Feb 10
0
asterisk GUI's that supports zap fxs extensi ons
by "GUI" do you mean a configuration utility or a User Interface?
MATT---
-----Original Message-----
From: Jon Gabrielson [mailto:jon@directfreight.com]
Sent: Thursday, February 10, 2005 10:48 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] asterisk GUI's that supports zap fxs
extensions
Are there any gui's that support zap fxs
2005 Feb 10
0
asterisk GUI's that supports zap fxs extensions
Are there any gui's that support zap fxs extensions?
AMP seems to be one of the more popular gui's but
it doesn't support zap fxs devices.
Thanks,
Jon.
2002 Jun 28
0
dataplot oen source? (was: RE: FW: re: GUI's for teaching)
IIRC, the license stated in the source code of dataplot is rather
restrictive. I don't think one is allowed to use the source as can be done
with GPL code.
Cheers,
Andy
> -----Original Message-----
> From: Brett A Magill [mailto:Brett.Magill at slps.org]
> Sent: Thursday, June 27, 2002 1:14 PM
> To: r-help at stat.math.ethz.ch
> Subject: [R] FW: re: GUI's for teaching
2006 Mar 19
0
how to arrange the codeword tree into array form
hi,
i am porting ogg vorbis decoder on to a24- bit dsp
platform. i would like to know how he is arranging
the binary tree into an array form. i think this
process is done in _make_words in tremer code. i
would be if some one could explain me the exact
algorithm or where can i get it?
i am attaching the code here for your reference.
static int _make_words(char *l,long n,ogg_uint32_t *r,long
2006 Oct 12
1
Arrange histogram
The data set has a number of variables each of which is classified into two groups.
For each variable of each group, I need to create a histogram. All the histograms are to be lined up into a file that looks like
group1 group2
Variable 1 Histogram histogram
Variable 2 Histogram histogram
...........................
Can you give me a hint as to what
2009 Sep 23
1
Best way to arrange data
Hello,
I have the following data:
gene Actual groups reps
1 1 213 1 2
2 2 123 2 3
3 3 2 1 2
4 4 12 2 3
5 1 0 1 1
6 2 34 2 2
7 3 123 1 1
8 4 12 2 2
I want to find the best way to
2009 Nov 25
1
Re-arrange Columns in data frame
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091125/789611db/attachment-0001.pl>
2012 Jan 11
0
Assist me on how I can arrange trend data of rainfall and temperature for analysis
I am a student doing my MSc Research Methods, i am working on my thesis
research on analysing and modelling of crop failure risks due to drought in
selected districts in Malawi. The analysis and modelling will focus on two
crop stages of development: just after planting and flowering stages. I have
rainfall, temperature, Relative humidity, wind speed, coordinate location
data for the past 30 years
2012 Oct 06
1
arrange data
Dear r-users,
I have dailly rainfall data from year 1971 to 2000. I use aggregate to form monthly rainfall data. What I don't understand is that the data for the year 2000 become on the top, instead of year 1971. Here are some codes and output:
agg_dt1 <- aggregate(x=dt1[,4],by=dt1[,c(1,2)],FUN=sum)
> head(agg_dt1,20); tail(agg_dt1,20)
Tahun Bulan x
1 0 1 398.6
2004 Aug 25
5
How to Arrange character vector in alphabetic order
Hi,
Is there any function that can arrange a character in alphabetic order? Thanks for answer
-MY
[[alternative HTML version deleted]]
2010 Jul 14
1
Arrange values on a timeline
I have a set of labels arranged along a timeframe in a. Each label has
a timestamp and marks a state until the next label. The dataframe a
contains 5 such timestamps and 5 associated labels. This means, on a
continious scale between 1-100, there are 5 markers. E.g. 'abc' marks
the timestampls between 10 and 19, 'def' marks the timestamps between
20 and 32, and so on.
a <-
2002 Jun 26
0
GRETL (GUI's for teaching)
A nice free software with a GUI-interface (which can be linked to
R, BTW) is GRETL: http://gretl.sourceforge.net/ . Some people
may find it useful for basic stuff. Regards, Francisco.
--
Francisco Cribari-Neto voice: +55-81-32718420
Departamento de Estatistica fax: +55-81-32718422
Universidade Federal de Pernambuco e-mail: cribari at de.ufpe.br
Recife/PE, 50740-540,
2002 Jun 27
0
FW: re: GUI's for teaching
Have a look at the GUI on dataplot, NIST's plotting software. It is implemented in tcl/tk. The site states it is "public domain software" -- open source? I can't find anything about the license. In any case...
http://www.itl.nist.gov/div898/software/dataplot/
Brett A. Magill, Evaluator
Research, Assessment, and Evaluation
Saint Louis Public Schools
Brett.Magill at
2006 Mar 13
1
R GUI's on a Mac?
Folks:
A question for R users on Macs. AFAIK, R's Tcl/TK tools allow one to build
GUI interfaces to R's functionality across all platforms. My question: How
well do the TK widget tools work on a Mac? More specifically, is there any
extra difficulty or complication in porting such applications to a Mac? Is
there any special requirement for the Mac OS or version? Any glitches that
should
2002 Sep 16
2
: Update on R GUI's ??
Awhile back there was a lengthy discussion regarding R GUI's for
teaching, etc. I was wondering if anyone has set up the web page which
was to be dedicated to this issue. Philippe Grosjean had the idea of
creating a R-GUI projects page. Also, is anyone using a "R-GUI" (for
windows) for teaching basic statistics to students doing applied science
degrees? Something based perhaps
2009 Oct 22
2
Advice on how to arrange fix of buglet
Recently I reported a small bug in optim's SANN method failing to report
that it had exceeded the maximum function evaluation limit in the
convergence code. This is a small enough matter that I was reluctant to
create a full-blown bug report. Indeed in the optimx package Ravi
Varadhan and I have been developing on r-forge (under the OptimizeR
project) it was a minimal work around to fix
2010 Dec 02
1
Arrange elements on a matrix according to rowSums + short 'apply' Q
Greetings,
My goal is to create a Markov transition matrix (probability of moving from
one state to another) with the 'highest traffic' portion of the matrix
occupying the top-left section. Consider the following sample:
inputData <- c(
c(5, 3, 1, 6, 7),
c(9, 7, 3, 10, 11),
c(1, 2, 3, 4, 5),
c(2, 4, 6, 8, 10),
c(9, 5, 2, 1, 1)
)
MAT <- matrix(inputData,