I have 40 cognitive maps and I want to use the list of variables from each map to create a an accumulation curve where I plot the map number of the x-axis and the number of "new" variables identified on the y-axis. i.e. For the first map, all variables would be “new” and then for the second map, only the ones not identified on map 1 would be “new” and for the 3rd map, only those variables not identified on either of the 1st two maps would be "new"... so on so forth cumulatively for each of the 40 maps.
My dataframe is in wide format, with map number as rownames (1-40) and variable name as column names (F1-F144), and then a value of 1 if the variable is present in that map and a 0 if absent.
Any ideas would be helpful.