mirror of
https://asciireactor.com/otho/phy-4660.git
synced 2024-11-24 04:35:06 +00:00
almost done with xrd
This commit is contained in:
parent
c5830bda2f
commit
c2c273ee05
13763
xrd/data/grease.tab
Normal file
13763
xrd/data/grease.tab
Normal file
File diff suppressed because it is too large
Load Diff
13763
xrd/data/plastic.tab
Normal file
13763
xrd/data/plastic.tab
Normal file
File diff suppressed because it is too large
Load Diff
BIN
xrd/data/tables.ods
Normal file
BIN
xrd/data/tables.ods
Normal file
Binary file not shown.
13763
xrd/data/wood.tab
Normal file
13763
xrd/data/wood.tab
Normal file
File diff suppressed because it is too large
Load Diff
30
xrd/plots.R
Normal file
30
xrd/plots.R
Normal file
@ -0,0 +1,30 @@
|
||||
plot(x=x,y=plastic_count[,1],pch='-',ylab=expression(count),xlab=expression(2~theta ~ degree))
|
||||
abline(v=42.5)
|
||||
axis(3,at=42.5)
|
||||
abline(v=14)
|
||||
axis(3,at=14)
|
||||
abline(v=30.5)
|
||||
axis(3,at=30.5)
|
||||
dev.print(pdf,"../report/plastic_peaks.pdf",width=8,height=2)
|
||||
|
||||
|
||||
|
||||
|
||||
plot(x=x,y=grease_count[,1],pch='-',ylab=expression(count),xlab=expression(2~theta ~ degree))
|
||||
abline(v=12)
|
||||
axis(3,at=12)
|
||||
abline(v=22)
|
||||
axis(3,at=22)
|
||||
dev.print(pdf,"../report/grease_peaks.pdf",width=8,height=2)
|
||||
|
||||
|
||||
plot(x=x,y=wood_count[,1],pch='-',ylab=expression(count),xlab=expression(2~theta ~ degree))
|
||||
abline(v=22.5)
|
||||
axis(3,at=22.5)
|
||||
abline(v=16)
|
||||
axis(3,at=16)
|
||||
abline(v=34.5)
|
||||
axis(3,at=34.5)
|
||||
abline(v=46)
|
||||
axis(3,at=46)
|
||||
dev.print(pdf,"../report/wood_peaks.pdf",width=8,height=2)
|
BIN
xrd/report/FCC_002.pdf
Normal file
BIN
xrd/report/FCC_002.pdf
Normal file
Binary file not shown.
BIN
xrd/report/FCC_022.pdf
Normal file
BIN
xrd/report/FCC_022.pdf
Normal file
Binary file not shown.
BIN
xrd/report/FCC_111.pdf
Normal file
BIN
xrd/report/FCC_111.pdf
Normal file
Binary file not shown.
BIN
xrd/report/FCC_133.pdf
Normal file
BIN
xrd/report/FCC_133.pdf
Normal file
Binary file not shown.
BIN
xrd/report/cu_attendepth.gif
Normal file
BIN
xrd/report/cu_attendepth.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
xrd/report/empyrean_scanners.odg
Normal file
BIN
xrd/report/empyrean_scanners.odg
Normal file
Binary file not shown.
BIN
xrd/report/grease_peaks.pdf
Normal file
BIN
xrd/report/grease_peaks.pdf
Normal file
Binary file not shown.
BIN
xrd/report/nacl_bumps.pdf
Normal file
BIN
xrd/report/nacl_bumps.pdf
Normal file
Binary file not shown.
BIN
xrd/report/nacl_compare_bumps.pdf
Normal file
BIN
xrd/report/nacl_compare_bumps.pdf
Normal file
Binary file not shown.
BIN
xrd/report/plastic_peaks.pdf
Normal file
BIN
xrd/report/plastic_peaks.pdf
Normal file
Binary file not shown.
BIN
xrd/report/wood_peaks.pdf
Normal file
BIN
xrd/report/wood_peaks.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user