Project

General

Profile

« Previous | Next » 

Revision 07fd7014

Added by Benoit Parmentier over 9 years ago

more changes to slidify presentation for assessment of buffer and mask

View differences:

climate/research/oregon/interpolation/presentation_summary_world.Rmd
278 278
md_str <- paste('\n![](',image_file13,')\n',sep="") 
279 279
cat(md_str)
280 280
```
281
---
282
---
283

  
284

  
285
# Combined Zoom in 1: Asia 
286

  
287
```{r, echo=FALSE}
288

  
289
fname <- paste("zoom_in_1_vietnam_combined_20100101.png")
290

  
291
image_file14 <- file.path(in_dir,fname)
292

  
293

  
294
```
295
```{r image_file14, echo = F, results = 'asis'}
296
md_str <- paste('\n![](',image_file14,')\n',sep="") 
297
cat(md_str)
298
```
299

  
300
---
301

  
302

  
303
# Combined Zoom in 1: Asia 
304

  
305
```{r, echo=FALSE}
306

  
307
fname <- paste("zoom_in_1_vietnam_combined_20100101.png")
308

  
309
image_file14b <- file.path(in_dir,fname)
310

  
311

  
312
```
313
```{r image_file14b, echo = F, results = 'asis'}
314
md_str <- paste('\n![](',image_file14b,')\n',sep="") 
315
cat(md_str)
316
```
317

  
318
---
319

  
320
# 1km Buffer Zoom in 1: Asia 
321

  
322
```{r, echo=FALSE}
323

  
324
fname <- paste("zoom_in_1_vietnam_1kmbuff_20100101.png")
325

  
326
image_file15 <- file.path(in_dir,fname)
327

  
328

  
329
```
330
```{r image_file15, echo = F, results = 'asis'}
331
md_str <- paste('\n![](',image_file15,')\n',sep="") 
332
cat(md_str)
333
```
334

  
335
---
336

  
337
# Buffer 2km Zoom in 1: Asia 
338

  
339
```{r, echo=FALSE}
281 340

  
341
fname <- paste("zoom_in_1_vietnam_2kmbuff_20100101.png")
342

  
343
image_file16 <- file.path(in_dir,fname)
344

  
345

  
346
```
347
```{r image_file16, echo = F, results = 'asis'}
348
md_str <- paste('\n![](',image_file16,')\n',sep="") 
349
cat(md_str)
350
```
351

  
352
---
353

  
354

  
355
# Combined Zoom in 2: Europe
356

  
357
```{r, echo=FALSE}
358

  
359
fname <- paste("zoom_in_2_Netherlands_combined_20100101.png")
360

  
361
image_file17 <- file.path(in_dir,fname)
362

  
363

  
364
```
365
```{r image_file17, echo = F, results = 'asis'}
366
md_str <- paste('\n![](',image_file17,')\n',sep="") 
367
cat(md_str)
368
```
369

  
370
---
371

  
372
# 1km Buffer Zoom in 2: Europe 
373

  
374
```{r, echo=FALSE}
375

  
376
fname <- paste("zoom_in_2_Netherlands_1kmbuff_20100101.png")
377

  
378
image_file18 <- file.path(in_dir,fname)
379

  
380

  
381
```
382
```{r image_file18, echo = F, results = 'asis'}
383
md_str <- paste('\n![](',image_file18,')\n',sep="") 
384
cat(md_str)
385
```
386

  
387
---
388

  
389
# Buffer 2km Zoom in 2: Europe
390

  
391
```{r, echo=FALSE}
392

  
393
fname <- paste("zoom_in_2_Netherlands_2kmbuff_20100101.png")
394

  
395
image_file19 <- file.path(in_dir,fname)
396

  
397

  
398
```
399
```{r image_file19, echo = F, results = 'asis'}
400
md_str <- paste('\n![](',image_file19,')\n',sep="") 
401
cat(md_str)
402
```

Also available in: Unified diff