# R1과 R2를 가르는 것 # Question: 증거는 무엇을 더 갖춰야 R2 가 되는가? direction: right n0: "증거" { shape: rectangle } n1: "R1 내용 검증" { shape: rectangle } n2: "R2 출처 검증" { shape: rectangle } n0 -> n1: "내용 제출" n1 -> n0: "R1 유지" n0 -> n2: "출처 제출" n2 -> n0: "R2 승격"