This is a test of emedding an ndtv-d3 html widget in an rmarkdown document
library(ndtv)
## Loading required package: network
## network: Classes for Relational Data
## Version 1.13.0 created on 2015-08-31.
## copyright (c) 2005, Carter T. Butts, University of California-Irvine
## Mark S. Handcock, University of California -- Los Angeles
## David R. Hunter, Penn State University
## Martina Morris, University of Washington
## Skye Bender-deMoll, University of Washington
## For citation information, type citation("network").
## Type help("network-package") to get started.
##
## Loading required package: networkDynamic
##
## networkDynamic: version 0.9, created on 2015-11-24
## Copyright (c) 2015, Carter T. Butts, University of California -- Irvine
## Ayn Leslie-Cook, University of Washington
## Pavel N. Krivitsky, University of Wollongong
## Skye Bender-deMoll, University of Washington
## with contributions from
## Zack Almquist, University of California -- Irvine
## David R. Hunter, Penn State University
## Li Wang
## Kirk Li, University of Washington
## Steven M. Goodreau, University of Washington
## Jeffrey Horner
## Martina Morris, University of Washington
## Based on "statnet" project software (statnet.org).
## For license and citation information see statnet.org/attribution
## or type citation("networkDynamic").
##
## Loading required package: animation
## Loading required package: sna
## sna: Tools for Social Network Analysis
## Version 2.3-2 created on 2014-01-13.
## copyright (c) 2005, Carter T. Butts, University of California-Irvine
## For citation information, type citation("sna").
## Type help(package="sna") to get started.
##
##
## Attaching package: 'sna'
##
## The following object is masked from 'package:network':
##
## %c%
##
##
## ndtv: version 0.9, created on 2015-12-28
## Copyright (c) 2015, Skye Bender-deMoll, University of Washington
## with contributions from
## Martina Morris, University of Washington
## Based on "statnet" project software (statnet.org).
## For license and citation information see statnet.org/attribution
## or type citation("ndtv").
data(short.stergm.sim)
render.d3movie(short.stergm.sim,output.mode='htmlWidget')
## No slice.par found, using
## slice parameters:
## start:0
## end:25
## interval:1
## aggregate.dur:1
## rule:latest
## Calculating layout for network slice from time 0 to 1
## Calculating layout for network slice from time 1 to 2
## Calculating layout for network slice from time 2 to 3
## Calculating layout for network slice from time 3 to 4
## Calculating layout for network slice from time 4 to 5
## Calculating layout for network slice from time 5 to 6
## Calculating layout for network slice from time 6 to 7
## Calculating layout for network slice from time 7 to 8
## Calculating layout for network slice from time 8 to 9
## Calculating layout for network slice from time 9 to 10
## Calculating layout for network slice from time 10 to 11
## Calculating layout for network slice from time 11 to 12
## Calculating layout for network slice from time 12 to 13
## Calculating layout for network slice from time 13 to 14
## Calculating layout for network slice from time 14 to 15
## Calculating layout for network slice from time 15 to 16
## Calculating layout for network slice from time 16 to 17
## Calculating layout for network slice from time 17 to 18
## Calculating layout for network slice from time 18 to 19
## Calculating layout for network slice from time 19 to 20
## Calculating layout for network slice from time 20 to 21
## Calculating layout for network slice from time 21 to 22
## Calculating layout for network slice from time 22 to 23
## Calculating layout for network slice from time 23 to 24
## Calculating layout for network slice from time 24 to 25
## Calculating layout for network slice from time 25 to 26
## caching 10 properties for slice 0
## caching 10 properties for slice 1
## caching 10 properties for slice 2
## caching 10 properties for slice 3
## caching 10 properties for slice 4
## caching 10 properties for slice 5
## caching 10 properties for slice 6
## caching 10 properties for slice 7
## caching 10 properties for slice 8
## caching 10 properties for slice 9
## caching 10 properties for slice 10
## caching 10 properties for slice 11
## caching 10 properties for slice 12
## caching 10 properties for slice 13
## caching 10 properties for slice 14
## caching 10 properties for slice 15
## caching 10 properties for slice 16
## caching 10 properties for slice 17
## caching 10 properties for slice 18
## caching 10 properties for slice 19
## caching 10 properties for slice 20
## caching 10 properties for slice 21
## caching 10 properties for slice 22
## caching 10 properties for slice 23
## caching 10 properties for slice 24
## caching 10 properties for slice 25
## Loading required namespace: htmlwidgets
## loading ndtv-d3 animation widget...
This is a test of embedding a second widget (to make sure that it still works to have two)
render.d3movie(short.stergm.sim,output.mode='htmlWidget',vertex.col='blue')
## No slice.par found, using
## slice parameters:
## start:0
## end:25
## interval:1
## aggregate.dur:1
## rule:latest
## Calculating layout for network slice from time 0 to 1
## Calculating layout for network slice from time 1 to 2
## Calculating layout for network slice from time 2 to 3
## Calculating layout for network slice from time 3 to 4
## Calculating layout for network slice from time 4 to 5
## Calculating layout for network slice from time 5 to 6
## Calculating layout for network slice from time 6 to 7
## Calculating layout for network slice from time 7 to 8
## Calculating layout for network slice from time 8 to 9
## Calculating layout for network slice from time 9 to 10
## Calculating layout for network slice from time 10 to 11
## Calculating layout for network slice from time 11 to 12
## Calculating layout for network slice from time 12 to 13
## Calculating layout for network slice from time 13 to 14
## Calculating layout for network slice from time 14 to 15
## Calculating layout for network slice from time 15 to 16
## Calculating layout for network slice from time 16 to 17
## Calculating layout for network slice from time 17 to 18
## Calculating layout for network slice from time 18 to 19
## Calculating layout for network slice from time 19 to 20
## Calculating layout for network slice from time 20 to 21
## Calculating layout for network slice from time 21 to 22
## Calculating layout for network slice from time 22 to 23
## Calculating layout for network slice from time 23 to 24
## Calculating layout for network slice from time 24 to 25
## Calculating layout for network slice from time 25 to 26
## caching 10 properties for slice 0
## caching 10 properties for slice 1
## caching 10 properties for slice 2
## caching 10 properties for slice 3
## caching 10 properties for slice 4
## caching 10 properties for slice 5
## caching 10 properties for slice 6
## caching 10 properties for slice 7
## caching 10 properties for slice 8
## caching 10 properties for slice 9
## caching 10 properties for slice 10
## caching 10 properties for slice 11
## caching 10 properties for slice 12
## caching 10 properties for slice 13
## caching 10 properties for slice 14
## caching 10 properties for slice 15
## caching 10 properties for slice 16
## caching 10 properties for slice 17
## caching 10 properties for slice 18
## caching 10 properties for slice 19
## caching 10 properties for slice 20
## caching 10 properties for slice 21
## caching 10 properties for slice 22
## caching 10 properties for slice 23
## caching 10 properties for slice 24
## caching 10 properties for slice 25
## Warning in is.na(vertex.col): is.na() applied to non-(list or vector) of
## type 'NULL'
## loading ndtv-d3 animation widget...