Displaying 4 results from an estimated 4 matches for "tscale".
Did you mean:
scale
2003 Jun 10
0
Trouble getting DISPLAY to work with isolinux 2.04
...files from the CD, copy them to a floppy disk, rename
isolinux.cfg to syslinux.cfg, and run syslinux on it. Boot from the floppy,
and the image shows up just fine. Boot from the CD, no image.
My config file and display text file are below.
Any help?
dave
<><
# isolinux.cfg
display tscale.txt
default tscale
label tscale
kernel bzImage
append root=/dev/ram0 initrd=initrd.img init=/linuxrc
# end isolinux.cfg
# tscale.txt - the ^X is really the control character
^Xlogo.rle
Welcome to the Teracruz Demo CD. Please wait while the TeraScale kernel is
loaded. This could take a few m...
2009 Jun 16
4
confusion on levels() function, and how to assign a wanted order to factor levels, intentionally?
...est regards,
Mao J-F
data, code, and results I used and got are as followed:
(You can find that the correlations of the factor and the numeric variables
changed, before and after the levels() was performed.)
> d<-read.delim("All.txt",header=T)
> d
species population conlen tscale fscale tseen w100s nfsee
1 Py YXPy01 8.60 153 69 111 1.680851 94
2 Py YXPy01 8.10 173 74 139 1.848485 133
3 Py YLPy01 6.50 138 58 99 1.520833 48
4 Py YLPy01 5.90 153 67 118 1.355140 107
5 Py...
2009 Jun 15
1
How to do automatical-plotting
...xplot on (dataframe: All, group variable: species
and popluation, and numeric variable: conlen) is as followed:
pcon<-ggplot(All, aes(population,conlen))
pcon+geom_boxplot(aes(fill=species))
Thank you in advance.
Regards
Mao J-F
a part of my dataframe: All
species population conlen tscale fscale tseen w100s
nfsee
Py YXPy01 8.6 153 69 111 1.680851064 94
Py YXPy01 8.1 173 74 139 1.848484849 133
Py YLPy01 6.5 138 58 99 1.520833333 48
Py YLPy01 5.9 153 67 118 1.355140187 107
Py KMPy01 6.1...
2004 Nov 20
0
ffmpeg2theora start and end time support
...fprintf (stderr,
PACKAGE " " PACKAGE_VERSION "\n\n"
" usage: " PACKAGE " [options] input\n\n"
" Options:\n"
"\t --output,-o\t\talternative output\n"
"\t --format,-f\t\tspecify input format\n"
"\t --width, -x\t\tscale to given size\n"
"\t --height,-y\t\tscale to given size\n"
"\t --endtime,-e\t\tend encoding at this time (in sec)\n"
"\t --starttime,-s\t\tstart encoding at this time (in sec)\n"
"\t --aspect\t\tdefine frame aspect ratio: i.e. 4:3 or 16:9\n"
&q...