Displaying 4 results from an estimated 4 matches for "parlabel".
Did you mean:
padlabel
2011 Jan 13
0
Help with Data Transformation - RESOLVED
...or dcast() are used, not giving an example of cast() itself.
I resolved this by trying both acast() and dcast(). Both yielded the same screen results.
Turning to my own data I was able to successfully execute the operation on one of my subsets AFTER, cleaning up some results with duplicates "PARLABELS". (throws the resulting matrix into a count of values but the docs give an indication of the resolution). So it looks like I'm on my way after some further data clean-up.
I am using dcast() as I wish to stay 2-dimensional (personal limitations on brain()).
Cheers and thanks again to...
2011 Mar 18
1
XYPlot Conditioning Variable in Specific, Non-Alphanumeric Order.
...,
# rather than the specific order I need.
# Here is a call to the input datafile, which should be attached.
df <- read.csv(file = "T_5-04b_LTC-SE-SO-Compared.csv")
# Basic default plot (correct data, incorrect layout):
xyplot((sbd+sed)/2 ~ Result | Offset+Transect, groups = PARLABEL, as.table = TRUE,
data = df,
layout = c(14,4), type = "b")
# I attempted to control the order following the method described in
# the thread "[R] xyplot() - can you control how the plots are
# ordered?", but I appear to be missing, or misunderstanding
# something. T...
2011 Mar 18
2
XYPlot Conditioning Variable in Specific, Non-Alphanumeric Order. -- Resending with corrected .txt file
...tafile, which should be attached. You may rename that .txt file to .csv for processing in the following line.
df <- read.csv(file = "T_5-04b_LTC-SE-SO-Compared.csv")
# Basic default plot (correct data, incorrect layout):
xyplot((sbd+sed)/2 ~ Result | Offset+Transect, groups = PARLABEL, as.table = TRUE,
data = df,
layout = c(14,4), type = "b")
# I attempted to control the order following the method described in # the thread "[R] xyplot() - can you control how the plots are # ordered?", but I appear to be missing, or misunderstanding # something. T...
2011 Jan 10
3
Help with Data Transformation
.... This seems like a wonderful community,
Guy Jett, R.G.
Project Geologist
gjett@itsi.com<mailto:gjett@itsi.com>
Example Data Input (subset):
fldsampid CLP_ID sacode matrix etc... prccode Lab EXMCODE Analysis PARLABEL PARVQ Result
2268 LHR020GW-01E2 N WG INO BRLS NONE E300 CL = 23590.9
2269 LHR020GW-01E2 N WG INO...