Last active
February 8, 2020 17:45
-
-
Save sumanthratna/2a379a616f773a5e8c714357bc71ad7a to your computer and use it in GitHub Desktop.
Code to generate graphs for our IBET paper, "Road Salt: at Fault? The Effect of Chloride Concentration on the Mass of Ambystoma maculatum Egg Masses"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ourdata is data we collected (from the 2018-2019 school year) | |
ourdata <- | |
data.frame( | |
chloride = c( | |
1.233333333, | |
0.866666667, | |
2.8, | |
1, | |
1.2, | |
0.6, | |
1.3, | |
0.933333333, | |
0.2, | |
0.3, | |
1.6, | |
0.65, | |
0.6, | |
0.7, | |
0.8, | |
0.6666666667, | |
0.925 | |
), | |
mass = c( | |
270, | |
273.3333333, | |
140, | |
165, | |
106.667, | |
145, | |
140, | |
160, | |
95, | |
170, | |
166.6666667, | |
80, | |
92, | |
120, | |
112.5, | |
133.3333333, | |
156 | |
) | |
) | |
# hisdata is the historical data (from the 2017-2018 school year) | |
hisdata <- | |
data.frame( | |
chloride = c( | |
1.8, | |
3.2, | |
2.2, | |
2.2, | |
5.8, | |
1.7, | |
1.9, | |
2.4, | |
3.4, | |
2.8, | |
2.95, | |
2.7, | |
5.1, | |
5.24, | |
5.6, | |
4.9, | |
6.1, | |
6.7 | |
), | |
mass = c( | |
105, | |
100, | |
115, | |
110, | |
95, | |
165, | |
135, | |
120, | |
80, | |
90, | |
85, | |
86, | |
65, | |
70, | |
75, | |
90, | |
85, | |
40 | |
) | |
) | |
par(family = "Times New Roman") | |
plot(lm(ourdata), which = 1) | |
abline(0, 0) | |
hist( | |
resid(lm(ourdata)), | |
col = "gray", | |
main = "Histogram of Residuals", | |
xlab = "Residual", | |
ylab = "Frequency" | |
) | |
library(ggplot2) | |
# ggplot(ourdata, aes(x = ourdata$chloride, ourdata$mass)) + geom_point(aes(x = chloride, y = mass), stat = "identity") + theme_classic() + theme(axis.title.x = element_text(size = 32, family = "Pontano Sans"), axis.title.y = element_text(size = 32, family = "Pontano Sans"), axis.title = element_text(size = 18, family = "Pontano Sans"), plot.caption = element_text(hjust = 0, family = "Pontano Sans"), axis.text = element_text(size = 24, family = "Pontano Sans")) + xlab("Average Chloride Concentration (ppm)") + ylab("Average Mass of Egg Masses (g)\n") + scale_y_continuous(breaks = seq(0, 300, by = 25)) + scale_x_continuous(breaks = seq(0, 21, by = 0.5)) + stat_smooth(method = "lm", col = "red") | |
ourscat <- | |
ggplot(ourdata, aes(x = ourdata$chloride, ourdata$mass)) + geom_point(aes(x = chloride, y = mass), stat = "identity") + theme_classic() + theme( | |
axis.title.x = element_text(size = 32, family = "Calibri"), | |
axis.title.y = element_text(size = 32, family = "Calibri"), | |
axis.title = element_text(size = 18, family = "Calibri"), | |
plot.caption = element_text(hjust = 0, family = "Calibri"), | |
axis.text = element_text(size = 24, family = "Calibri") | |
) + xlab("Average Chloride Concentration (ppm)") + ylab("Average Mass of Egg Masses (g)\n") + scale_y_continuous(breaks = seq(0, 300, by = 25)) + scale_x_continuous(breaks = seq(0, 21, by = 0.5)) + stat_smooth(method = "lm", col = "red") | |
ourscat | |
library(officer) | |
library(rvg) | |
library(tidyverse) | |
read_pptx() %>% | |
add_slide(layout = "Title and Content", master = "Office Theme") %>% | |
ph_with_vg(code = print(ourscat), type = "body") %>% | |
print(target = "/tmp/ourscat.pptx") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8' ?> | |
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 810.00 506.25'> | |
<defs> | |
<style type='text/css'><![CDATA[ | |
line, polyline, path, rect, circle { | |
fill: none; | |
stroke: #000000; | |
stroke-linecap: round; | |
stroke-linejoin: round; | |
stroke-miterlimit: 10.00; | |
} | |
]]></style> | |
</defs> | |
<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/> | |
<rect x='0.00' y='0.00' width='810.00' height='506.25' style='stroke-width: 1.07; stroke: #FFFFFF; fill: #FFFFFF;' /> | |
<defs> | |
<clipPath id='cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ=='> | |
<rect x='90.49' y='5.48' width='714.03' height='425.86' /> | |
</clipPath> | |
</defs> | |
<rect x='90.49' y='5.48' width='714.03' height='425.86' style='stroke-width: 1.07; stroke: none; fill: #FFFFFF;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='135.93' cy='207.28' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='317.68' cy='222.49' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='187.86' cy='176.88' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='187.86' cy='192.08' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='655.22' cy='237.69' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='122.95' cy='24.84' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='148.91' cy='116.06' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='213.82' cy='161.67' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='343.65' cy='283.30' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='265.75' cy='252.90' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='285.23' cy='268.10' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='252.77' cy='265.06' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='564.35' cy='328.92' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='582.52' cy='313.71' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='629.26' cy='298.51' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='538.38' cy='252.90' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='694.17' cy='268.10' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<circle cx='772.06' cy='404.94' r='1.95pt' style='stroke-width: 0.71; fill: #000000;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<polyline points='122.95,115.39 131.16,118.66 139.38,121.92 147.60,125.17 155.81,128.41 164.03,131.63 172.25,134.84 180.46,138.03 188.68,141.21 196.90,144.37 205.11,147.51 213.33,150.64 221.55,153.74 229.76,156.82 237.98,159.87 246.20,162.91 254.41,165.91 262.63,168.89 270.85,171.85 279.06,174.77 287.28,177.66 295.50,180.52 303.71,183.34 311.93,186.13 320.15,188.88 328.36,191.60 336.58,194.27 344.80,196.91 353.01,199.50 361.23,202.05 369.45,204.56 377.66,207.03 385.88,209.45 394.10,211.84 402.31,214.17 410.53,216.47 418.75,218.72 426.96,220.94 435.18,223.11 443.40,225.24 451.61,227.33 459.83,229.39 468.05,231.41 476.26,233.40 484.48,235.35 492.70,237.28 500.91,239.17 509.13,241.03 517.35,242.87 525.56,244.67 533.78,246.46 542.00,248.22 550.21,249.96 558.43,251.68 566.65,253.38 574.86,255.06 583.08,256.72 591.30,258.36 599.51,259.99 607.73,261.61 615.95,263.21 624.16,264.79 632.38,266.37 640.60,267.93 648.81,269.48 657.03,271.03 665.25,272.56 673.46,274.08 681.68,275.59 689.90,277.10 698.11,278.60 706.33,280.08 714.55,281.57 722.76,283.04 730.98,284.51 739.20,285.97 747.41,287.43 755.63,288.88 763.85,290.33 772.06,291.77 772.06,411.98 763.85,408.59 755.63,405.20 747.41,401.82 739.20,398.44 730.98,395.07 722.76,391.71 714.55,388.35 706.33,385.00 698.11,381.66 689.90,378.32 681.68,374.99 673.46,371.67 665.25,368.36 657.03,365.06 648.81,361.77 640.60,358.49 632.38,355.22 624.16,351.96 615.95,348.71 607.73,345.48 599.51,342.26 591.30,339.06 583.08,335.87 574.86,332.70 566.65,329.55 558.43,326.41 550.21,323.30 542.00,320.20 533.78,317.13 525.56,314.08 517.35,311.06 509.13,308.06 500.91,305.09 492.70,302.15 484.48,299.24 476.26,296.36 468.05,293.51 459.83,290.70 451.61,287.93 443.40,285.19 435.18,282.49 426.96,279.83 418.75,277.21 410.53,274.63 402.31,272.09 394.10,269.60 385.88,267.14 377.66,264.73 369.45,262.37 361.23,260.05 353.01,257.77 344.80,255.53 336.58,253.33 328.36,251.17 320.15,249.05 311.93,246.97 303.71,244.93 295.50,242.92 287.28,240.94 279.06,239.00 270.85,237.09 262.63,235.21 254.41,233.36 246.20,231.53 237.98,229.73 229.76,227.95 221.55,226.20 213.33,224.47 205.11,222.76 196.90,221.07 188.68,219.39 180.46,217.74 172.25,216.10 164.03,214.48 155.81,212.87 147.60,211.27 139.38,209.69 131.16,208.12 122.95,206.56 ' style='stroke-width: 2.13; stroke: none; fill: #999999; fill-opacity: 0.40;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<polyline points='122.95,160.97 131.16,163.39 139.38,165.80 147.60,168.22 155.81,170.64 164.03,173.05 172.25,175.47 180.46,177.89 188.68,180.30 196.90,182.72 205.11,185.14 213.33,187.55 221.55,189.97 229.76,192.39 237.98,194.80 246.20,197.22 254.41,199.64 262.63,202.05 270.85,204.47 279.06,206.88 287.28,209.30 295.50,211.72 303.71,214.13 311.93,216.55 320.15,218.97 328.36,221.38 336.58,223.80 344.80,226.22 353.01,228.63 361.23,231.05 369.45,233.47 377.66,235.88 385.88,238.30 394.10,240.72 402.31,243.13 410.53,245.55 418.75,247.97 426.96,250.38 435.18,252.80 443.40,255.21 451.61,257.63 459.83,260.05 468.05,262.46 476.26,264.88 484.48,267.30 492.70,269.71 500.91,272.13 509.13,274.55 517.35,276.96 525.56,279.38 533.78,281.80 542.00,284.21 550.21,286.63 558.43,289.05 566.65,291.46 574.86,293.88 583.08,296.29 591.30,298.71 599.51,301.13 607.73,303.54 615.95,305.96 624.16,308.38 632.38,310.79 640.60,313.21 648.81,315.63 657.03,318.04 665.25,320.46 673.46,322.88 681.68,325.29 689.90,327.71 698.11,330.13 706.33,332.54 714.55,334.96 722.76,337.38 730.98,339.79 739.20,342.21 747.41,344.62 755.63,347.04 763.85,349.46 772.06,351.87 ' style='stroke-width: 2.13; stroke: #FF0000; stroke-linecap: butt;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<rect x='90.49' y='5.48' width='714.03' height='425.86' style='stroke-width: 1.07; stroke: #333333;' clip-path='url(#cpOTAuNDkwMXw4MDQuNTIxfDQzMS4zMzZ8NS40Nzk0NQ==)' /> | |
<defs> | |
<clipPath id='cpMHw4MTB8NTA2LjI1fDA='> | |
<rect x='0.00' y='0.00' width='810.00' height='506.25' /> | |
</clipPath> | |
</defs> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='64.42' y='381.33' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='21.13px' lengthAdjust='spacingAndGlyphs'>50</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='64.42' y='305.31' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='21.13px' lengthAdjust='spacingAndGlyphs'>75</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='53.86' y='229.29' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='31.70px' lengthAdjust='spacingAndGlyphs'>100</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='53.86' y='153.27' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='31.70px' lengthAdjust='spacingAndGlyphs'>125</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='53.86' y='77.25' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='31.70px' lengthAdjust='spacingAndGlyphs'>150</text></g> | |
<polyline points='87.75,374.53 90.49,374.53 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='87.75,298.51 90.49,298.51 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='87.75,222.49 90.49,222.49 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='87.75,146.47 90.49,146.47 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='87.75,70.45 90.49,70.45 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='96.98,434.08 96.98,431.34 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='161.89,434.08 161.89,431.34 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='226.81,434.08 226.81,431.34 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='291.72,434.08 291.72,431.34 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='356.63,434.08 356.63,431.34 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='421.54,434.08 421.54,431.34 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='486.45,434.08 486.45,431.34 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='551.36,434.08 551.36,431.34 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='616.28,434.08 616.28,431.34 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='681.19,434.08 681.19,431.34 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<polyline points='746.10,434.08 746.10,431.34 ' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: butt;' clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)' /> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='83.78' y='449.86' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='26.41px' lengthAdjust='spacingAndGlyphs'>1.5</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='148.69' y='449.86' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='26.41px' lengthAdjust='spacingAndGlyphs'>2.0</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='213.60' y='449.86' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='26.41px' lengthAdjust='spacingAndGlyphs'>2.5</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='278.51' y='449.86' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='26.41px' lengthAdjust='spacingAndGlyphs'>3.0</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='343.42' y='449.86' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='26.41px' lengthAdjust='spacingAndGlyphs'>3.5</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='408.33' y='449.86' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='26.41px' lengthAdjust='spacingAndGlyphs'>4.0</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='473.25' y='449.86' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='26.41px' lengthAdjust='spacingAndGlyphs'>4.5</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='538.16' y='449.86' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='26.41px' lengthAdjust='spacingAndGlyphs'>5.0</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='603.07' y='449.86' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='26.41px' lengthAdjust='spacingAndGlyphs'>5.5</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='667.98' y='449.86' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='26.41px' lengthAdjust='spacingAndGlyphs'>6.0</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='732.89' y='449.86' style='font-size: 19.20px; fill: #4D4D4D; font-family: Arial;' textLength='26.41px' lengthAdjust='spacingAndGlyphs'>6.5</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='447.51' y='472.32' style='font-size: 24.00px; font-family: Arial;' textLength='0.00px' lengthAdjust='spacingAndGlyphs'></text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text x='242.07' y='498.24' style='font-size: 24.00px; font-family: Arial;' textLength='410.87px' lengthAdjust='spacingAndGlyphs'>Average Chloride Concentration (ppm)</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text transform='translate(22.67,395.81) rotate(-90)' style='font-size: 24.00px; font-family: Arial;' textLength='354.81px' lengthAdjust='spacingAndGlyphs'>Average Mass of Egg Masses (g)</text></g> | |
<g clip-path='url(#cpMHw4MTB8NTA2LjI1fDA=)'><text transform='translate(48.59,218.41) rotate(-90)' style='font-size: 24.00px; font-family: Arial;' textLength='0.00px' lengthAdjust='spacingAndGlyphs'></text></g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment