File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,16 +182,10 @@ We now have a list of sub-lists of data corresponding to the CAS RNs.
182182imgs <- lapply(list, function(x) {charToRaw(x$image)})
183183
184184# Use 'image_read()' to read SVGs
185-
186- # "Ethyl cyclohexanepropionate"
187185image_read(imgs[[1]], density = 300)
188- # "Ethyl 2-nonynoate"
189186image_read(imgs[[2]], density = 300)
190- # "Ethyl 1<em>H</em>-pyrazole-1-acetate"
191187image_read(imgs[[3]], density = 300)
192- # "Ethyl 3-(ethoxycarbonyl)benzenepropanoate"
193188image_read(imgs[[4]], density = 300)
194- # "Ethyl 1-cyclohexene-1-carboximidate"
195189image_read(imgs[[5]], density = 300)
196190```
197191
Original file line number Diff line number Diff line change @@ -340,39 +340,34 @@ imgs <- lapply(list, function(x) {charToRaw(x$image)})
340340
341341# Use 'image_read()' to read SVGs
342342
343- # "Ethyl cyclohexanepropionate"
344343image_read(imgs [[1 ]], density = 300 )
345344```
346345
347346![ ] ( _figures/casc/molecule-loop-1.png ) <!-- -->
348347
349348``` r
350- # "Ethyl 2-nonynoate"
351349image_read(imgs [[2 ]], density = 300 )
352350```
353351
354- ![ ] ( _figures/casc/molecule-loop-1 .png ) <!-- -->
352+ ![ ] ( _figures/casc/molecule-loop-2 .png ) <!-- -->
355353
356354``` r
357- # "Ethyl 1<em>H</em>-pyrazole-1-acetate"
358355image_read(imgs [[3 ]], density = 300 )
359356```
360357
361- ![ ] ( _figures/casc/molecule-loop-1 .png ) <!-- -->
358+ ![ ] ( _figures/casc/molecule-loop-3 .png ) <!-- -->
362359
363360``` r
364- # "Ethyl 3-(ethoxycarbonyl)benzenepropanoate"
365361image_read(imgs [[4 ]], density = 300 )
366362```
367363
368- ![ ] ( _figures/casc/molecule-loop-1 .png ) <!-- -->
364+ ![ ] ( _figures/casc/molecule-loop-4 .png ) <!-- -->
369365
370366``` r
371- # "Ethyl 1-cyclohexene-1-carboximidate"
372367image_read(imgs [[5 ]], density = 300 )
373368```
374369
375- ![ ] ( _figures/casc/molecule-loop-1 .png ) <!-- -->
370+ ![ ] ( _figures/casc/molecule-loop-5 .png ) <!-- -->
376371
377372### Select Specific Data
378373
You can’t perform that action at this time.
0 commit comments