Displaying 2 results from an estimated 2 matches for "format1".
Did you mean:
format
2012 Jun 06
2
non ascill characters in plots. no alternative but plotmath?
A student entered some data with text characters like epsilon and
alpha. On her Windows system, the Greek letters did not display
properly in a plot. There were some ordinary ASCII instead.
I asked her to send me the code so I could test. For me, the plot
looks ok on the screen.
Format1 <- c(320,500,700,1000,500,320,700,500,320)
Format2 <- c(800,1000,1150,1400,1500,1650,1800,2300,2500)
Vowel <- c("u","o", "?", "a","?", "y", "?", "e","i")
V1 <- data.frame(Format1,Format2,Vowel)
plo...
2009 Oct 19
1
Problem with geometry manager in TclTK
...Title.frame <- tkframe(ask.form, relief="groove")
tkgrid(tklabel(Title.frame,text="Input File Format", font="Times 15",
foreground="dark red"))
tkgrid(Title.frame)
Choose.frame <- tkframe(ask.form, relief="groove", borderwidth=2)
file.format1 <- tkradiobutton(Choose.frame)
file.format2 <- tkradiobutton(Choose.frame)
tkconfigure(file.format1, variable=file.format, value="1")
tkconfigure(file.format2, variable=file.format, value="2")
tkgrid(tklabel(Choose.frame, text="Format 1 "),file.format1)...