Displaying 6 results from an estimated 6 matches for "1437l".
Did you mean:
1437
2018 May 23
0
Plot qualitative y axis
...structure(list(N = c("I", "II", "III", "IV", "V", "VI", "VII",
"VIII", "IX", "X", "XI", "XII", "XIII", "XIV"), M = c(10L, 124L,
321L, 777L, 896L, 1706L, 635L, 1437L, 693L, 1343L, 1221L, 25L,
3L, 7L), W = c(106L, 484L, 874L, 1140L, 996L, 1250L, 433L, 654L,
333L, 624L, 611L, 15L, NA, 8L)), .Names = c("N", "M", "W"), class = "data.frame", row.names = c(NA,
-14L))
dat2? <- melt(dat1)
ggplot(dat2, aes(N, value, colour =...
2018 May 22
2
Plot qualitative y axis
Many thanks,
My goal is to make a plott like attached but the Y axis starts in XIV and
end at top in I. Generally for instance in excel X axis is categories but
Y axis is numbers I want the contrary plotted in lines, your last help is
near what I look but barplot is not needed.
Hope you can help me thanks in advance.
2018-05-22 0:58 GMT+02:00 Jim Lemon <drjimlemon at gmail.com>:
> Hi
2018 May 21
0
Plot qualitative y axis
See ?barplot and set the horiz argument to TRUE.
(This is in the base R plotting version. The ggplot2 and lattice systems
have other ways of doing this)
Note: if you search on e.g. "barplots in R" or similar, you should find
numerous examples with code.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into
2018 May 21
2
Plot qualitative y axis
Hi all,
I?m trying to plot this data
N M W
I 10 106
II 124 484
III 321 874
IV 777 1140
V 896 996
VI 1706 1250
VII 635 433
VIII 1437 654
IX 693 333
X 1343 624
XI 1221 611
XII 25 15
XIII 3
XIV 7 8
So that in de Y axis will be the level (qualitative data) and in the X axis
will be M and W variables. So x axis will be wwith a lenght between 0 and
2000.
I would like to plot a line with M and other
2012 Jul 10
2
estimation of NA by predict command
...3659L, 3782L, 3903L, 106L, 238L,
370L, 502L, 634L, 766L, 898L, 1030L, 1162L, 1294L, 1426L, 1558L,
1690L, 1822L, 1954L, 2086L, 2218L, 2350L, 2482L, 2614L, 2746L,
2878L, 3010L, 3142L, 3274L, 3406L, 3538L, 3670L, 3793L, 3914L,
4002L, 117L, 249L, 381L, 513L, 645L, 777L, 909L, 1041L, 1173L,
1305L, 1437L, 1569L, 1701L, 1833L, 1965L, 2097L, 2229L, 2361L,
2493L, 2625L, 2757L, 2889L, 3021L, 3153L, 3285L, 3417L, 3549L,
3681L, 3804L, 3925L, 128L, 260L, 392L, 524L, 656L, 788L, 920L,
1052L, 1184L, 1316L, 1448L, 1580L, 1712L, 1844L, 1976L, 2108L,
2240L, 2372L, 2504L, 2636L, 2768L, 2900L, 3032L, 3164L,...
2010 Apr 20
5
Assigning Week Numbers
...,
880L, 328L, 1064L, 512L, 1248L, 696L, 1432L, 145L, 881L, 329L,
1065L, 513L, 1249L, 697L, 1433L, 146L, 882L, 330L, 1066L, 514L,
1250L, 698L, 1434L, 147L, 883L, 331L, 1067L, 515L, 1251L, 699L,
1435L, 148L, 884L, 332L, 1068L, 516L, 1252L, 700L, 1436L, 149L,
885L, 333L, 1069L, 517L, 1253L, 701L, 1437L, 150L, 886L, 334L,
1070L, 518L, 1254L, 702L, 1438L, 151L, 887L, 335L, 1071L, 519L,
1255L, 703L, 1439L, 152L, 888L, 336L, 1072L, 520L, 1256L, 704L,
1440L, 153L, 889L, 337L, 1073L, 521L, 1257L, 705L, 1441L, 154L,
890L, 338L, 1074L, 522L, 1258L, 706L, 1442L, 155L, 891L, 339L,
1075L, 523L, 1259L,...